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
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 &&