fix issue with trailing whitespace error in assistant message
This commit is contained in:
@@ -1004,6 +1004,7 @@ export namespace Session {
|
|||||||
start: Date.now(),
|
start: Date.now(),
|
||||||
end: Date.now(),
|
end: Date.now(),
|
||||||
}
|
}
|
||||||
|
currentText.text = currentText.text.trimEnd()
|
||||||
await updatePart(currentText)
|
await updatePart(currentText)
|
||||||
}
|
}
|
||||||
currentText = undefined
|
currentText = undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user