Skip to content

Commit 2346cde

Browse files
committed
Fix ts error
1 parent e6d1639 commit 2346cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/deep-research/DeepResearchService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ export class DeepResearchService {
516516
idle: () => this.handleIdle(content),
517517
followUp: () => this.handleFollowUp(content),
518518
research: () => console.log("NOOP", content),
519-
done: () => this.handleDone(content),
519+
done: () => this.handleDone({ role: "assistant", content }),
520520
} as const
521521

522522
await stateHandlers[this.status]()

0 commit comments

Comments
 (0)