Skip to content

Commit 0748012

Browse files
committed
fix: output
1 parent 9a3c8b7 commit 0748012

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Chat/ChatInterface.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@ export function ChatInterface({
526526
<ToolContent>
527527
<ToolInput input={part.input} />
528528
<ToolOutput
529-
output={<Response>{String(part.output)}</Response>}
529+
// output={<Response>{String(part.output)}</Response>}
530+
output={part.output}
530531
errorText={part.errorText}
531532
/>
532533
</ToolContent>

0 commit comments

Comments
 (0)