Skip to content

Commit be38e7d

Browse files
committed
Another fix
1 parent 3498db7 commit be38e7d

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
@@ -475,7 +475,7 @@ export class DeepResearchService {
475475
if (content) {
476476
await this.postMessage({
477477
type: "research.output",
478-
text: JSON.stringify({ content, annotations: [{ type: "badge" }] }),
478+
text: JSON.stringify({ content }),
479479
})
480480
}
481481
}

0 commit comments

Comments
 (0)