disable markdown rendering of shell tool output (#625)

This commit is contained in:
Olcan 2025-05-30 12:43:59 -07:00 committed by GitHub
parent 31a7affb74
commit a0ba65944f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 41 additions and 11 deletions

View file

@ -72,6 +72,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
? 'low'
: 'medium'
}
renderOutputAsMarkdown={tool.renderOutputAsMarkdown}
/>
</Box>
{tool.status === ToolCallStatus.Confirming &&