(
_chunk: Extract<StreamChunk, { type: 'RUN_ERROR' }>,
)
| 1220 | } |
| 1221 | |
| 1222 | private handleRunErrorEvent( |
| 1223 | _chunk: Extract<StreamChunk, { type: 'RUN_ERROR' }>, |
| 1224 | ): void { |
| 1225 | this.earlyTermination = true |
| 1226 | } |
| 1227 | |
| 1228 | private finalizeCurrentThinkingStep(): void { |
| 1229 | if (this.currentThinkingContent) { |