mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #618] [MERGED] fix:587 when max_iteration=1 need to make tool call and return response #1463
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?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/618
Author: @lordk911
Created: 3/31/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @crazywoola
Base:
main← Head:fix-functioncall-maxiteration📝 Commits (2)
0123a2ewhen max_iteration_steps=1 need to make tool call and return tool responsef1b1f4bbump version to 0.0.13📊 Changes
2 files changed (+8 additions, -2 deletions)
View changed files
📝
agent-strategies/cot_agent/manifest.yaml(+1 -1)📝
agent-strategies/cot_agent/strategies/function_calling.py(+7 -1)📄 Description
when max_iteration=1 need to make tool call and return response
Related Issue or Context
fix https://github.com/langgenius/dify-official-plugins/issues/587
Type of Change
after fixing it on local plugin installation,I can use agent function call when set max_iteration=1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.