mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
fix: propagate config to AgentExecutionDisplay to fix type errors
This commit is contained in:
parent
acb93b1e1b
commit
f3cf732493
4 changed files with 16 additions and 1 deletions
|
|
@ -106,6 +106,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
|
|||
: 'medium'
|
||||
}
|
||||
renderOutputAsMarkdown={tool.renderOutputAsMarkdown}
|
||||
config={config}
|
||||
/>
|
||||
</Box>
|
||||
{tool.status === ToolCallStatus.Confirming &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue