-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
- CODE: Qwen-Agent/examples/assistant_qwen3.py
tools = [
{
'mcpServers': { # You can specify the MCP configuration file
'time': {
'command': 'uvx',
'args': ['mcp-server-time', '--local-timezone=Asia/Shanghai']
},
'fetch': {
'command': 'uvx', #
'args': ['mcp-server-fetch']
}
}
},
'code_interpreter', # Built-in tools
]
- error for Qwen/Qwen3-8B :Tool fetch does not exists, because model return tool name "fetch"
- success for Qwen3-30B-A3B-Instruct-2507 : because model return tool name "fetch-fetch"
- suggestion : Add explanatory documentation to the code to clarify the differences between different models and potential errors that may occur
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels