Fix streaming start appending undefined to reasoning block

f7eab6602608fc39db6764c2be3dd4c8d4bb1c4b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -3171,7 +3171,7 @@ class StreamingProcessor {
31713171 this.sendTextarea.dispatchEvent(new Event('input', { bubbles: true }));
31723172 }
31733173 else {
31743174 await saveReply(this.type, text, true, '', [], '');
31753175 messageId = chat.length - 1;
31763176 this.#checkDomElements(messageId);
31773177 this.showMessageButtons(messageId);