mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 12:40:44 +00:00
feat: subagent - minor code refactor
This commit is contained in:
parent
e341e9ae37
commit
88941daf93
3 changed files with 2 additions and 33 deletions
|
|
@ -199,6 +199,7 @@ describe('<ToolMessage />', () => {
|
|||
type: 'task_execution' as const,
|
||||
subagentName: 'file-search',
|
||||
taskDescription: 'Search for files matching pattern',
|
||||
taskPrompt: 'Search for files matching pattern',
|
||||
status: 'running' as const,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue