We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60218d8 commit 168cb97Copy full SHA for 168cb97
src/process_events.ts
@@ -97,6 +97,7 @@ export function processEmittedEvent(
97
98
// Process Chunk events (events with patches).
99
if (isStreamChunkEvent(event)) {
100
+ updateThinking(undefined);
101
const { event_id, patches, metadata } = event.data;
102
if (!event_id) {
103
console.error("Missing event_id on chunk event:", event);
0 commit comments