fix issue with trailing whitespace error in assistant message
parent
250a86ec52
commit
7ed05962db
|
|
@ -1004,6 +1004,7 @@ export namespace Session {
|
|||
start: Date.now(),
|
||||
end: Date.now(),
|
||||
}
|
||||
currentText.text = currentText.text.trimEnd()
|
||||
await updatePart(currentText)
|
||||
}
|
||||
currentText = undefined
|
||||
|
|
|
|||
Loading…
Reference in New Issue