QwenLM / Qwen-Agent

Agent framework and applications built upon Qwen>=2.0, featuring Function Calling, Code Interpreter, RAG, and Chrome extension.
https://pypi.org/project/qwen-agent/
Other
3.39k stars 337 forks source link

function_call重试次数可以限制吗 #338

Open Samsogo opened 1 month ago

JianxinMa commented 1 month ago

可以看看这个参数是否符合您的要求: https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/settings.py#L7 https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/agents/fncall_agent.py#L48C35-L48C55

(我们忘记把这个参数弄成用户可配置的了,后续版本会改下。。)

Samsogo commented 1 month ago

可以看看这个参数是否符合您的要求: https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/settings.py#L7 https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/agents/fncall_agent.py#L48C35-L48C55

(我们忘记把这个参数弄成用户可配置的了,后续版本会改下。。)

这个现在也不能指定,无法验证,但是看着好像不太像

EvilCalf commented 1 month ago

可以看看这个参数是否符合您的要求: https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/settings.py#L7 https://github.com/QwenLM/Qwen-Agent/blob/main/qwen_agent/agents/fncall_agent.py#L48C35-L48C55

(我们忘记把这个参数弄成用户可配置的了,后续版本会改下。。)

确实,希望num_llm_calls_available,作为参数在run的时候输入或者怎么样,主要有些时候只需要有一次回复就行,现在8次会不断调用工具回答再调用工具