mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
disable markdown rendering of shell tool output (#625)
This commit is contained in:
parent
31a7affb74
commit
a0ba65944f
4 changed files with 41 additions and 11 deletions
|
|
@ -72,6 +72,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
|
|||
? 'low'
|
||||
: 'medium'
|
||||
}
|
||||
renderOutputAsMarkdown={tool.renderOutputAsMarkdown}
|
||||
/>
|
||||
</Box>
|
||||
{tool.status === ToolCallStatus.Confirming &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue