Fix streaming start appending undefined to reasoning block
| @@ -3171,7 +3171,7 @@ class StreamingProcessor { | ||
| 3171 | 3171 | this.sendTextarea.dispatchEvent(new Event('input', { bubbles: true })); |
| 3172 | 3172 | } |
| 3173 | 3173 | else { |
| 3174 | 3174 | await saveReply(this.type, text, true, '', [], ''); |
| 3175 | 3175 | messageId = chat.length - 1; |
| 3176 | 3176 | this.#checkDomElements(messageId); |
| 3177 | 3177 | this.showMessageButtons(messageId); |