This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-04-03 00:07:24 +00:00
parent 7b20d3940b
commit 4b933bf5e4
3 changed files with 4 additions and 4 deletions

View File

@@ -965,8 +965,8 @@ var SUNE = window.SUNE = new Proxy({
}
buf += delta;
state.stream.text = buf;
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
assistantMsg.content[0].text = buf;
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
if (done && !completed) {
completed = true;
setBtnSend();
@@ -1589,8 +1589,8 @@ $(el.composer).on("submit", async (e) => {
}
buf += delta;
state.stream.text = buf;
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
assistantMsg.content[0].text = buf;
renderMarkdown(suneBubble, partsToText(assistantMsg), { enhance: false });
if (done && !completed) {
completed = true;
setBtnSend();