mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
feat: add built-in agent(general-purpose)
This commit is contained in:
parent
3c67dc0c0b
commit
549f296eb5
19 changed files with 896 additions and 228 deletions
|
|
@ -289,9 +289,7 @@ const ToolCallItem: React.FC<{
|
|||
<Box flexDirection="row">
|
||||
<Box minWidth={STATUS_INDICATOR_WIDTH}>{statusIcon}</Box>
|
||||
<Text wrap="truncate-end">
|
||||
<Text>
|
||||
{toolCall.name}
|
||||
</Text>{' '}
|
||||
<Text>{toolCall.name}</Text>{' '}
|
||||
<Text color={Colors.Gray}>{description}</Text>
|
||||
{toolCall.error && (
|
||||
<Text color={theme.status.error}> - {toolCall.error}</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue