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 e6d1639 commit 2346cdeCopy full SHA for 2346cde
src/services/deep-research/DeepResearchService.ts
@@ -516,7 +516,7 @@ export class DeepResearchService {
516
idle: () => this.handleIdle(content),
517
followUp: () => this.handleFollowUp(content),
518
research: () => console.log("NOOP", content),
519
- done: () => this.handleDone(content),
+ done: () => this.handleDone({ role: "assistant", content }),
520
} as const
521
522
await stateHandlers[this.status]()
0 commit comments