mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
agent functioncall :When make Maximum Iterations to 1 , tool list will not send to llm #141
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lordk911 on GitHub (Mar 28, 2025).
Self Checks
Dify version
1.1.1
Plugin version
xorbitsai/inference:0.0.2; agent:0.0.12
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
just set Maximum Iterations to 1
✔️ Error log
there is no tools send to the llm
@lordk911 commented on GitHub (Mar 28, 2025):
@Nov1c444 will you please take a look this?
As the code show , maximum_iterations could not be 1 ?
https://github.com/langgenius/dify-official-plugins/blob/86a9347985ea6a87c29f79e1b822cf49a075a18e/agent-strategies/cot_agent/strategies/function_calling.py#L99C1-L101C43