[PR #618] [MERGED] fix:587 when max_iteration=1 need to make tool call and return response #1463

Closed
opened 2026-02-16 10:23:01 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: fix-functioncall-maxiteration


📝 Commits (2)

  • 0123a2e when max_iteration_steps=1 need to make tool call and return tool response
  • f1b1f4b bump 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

  • Bug Fix (non-breaking change which fixes an Issue)

企业微信截图_c4a6ef0f-3275-41ef-9436-769819e9a60e

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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/618 **Author:** [@lordk911](https://github.com/lordk911) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix-functioncall-maxiteration` --- ### 📝 Commits (2) - [`0123a2e`](https://github.com/langgenius/dify-official-plugins/commit/0123a2e539fa0ed3cdff9cdcc9b31a50b45b8f67) when max_iteration_steps=1 need to make tool call and return tool response - [`f1b1f4b`](https://github.com/langgenius/dify-official-plugins/commit/f1b1f4b8e923541d264b9fc455b23a5ab23ad2e7) bump version to 0.0.13 ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `agent-strategies/cot_agent/manifest.yaml` (+1 -1) 📝 `agent-strategies/cot_agent/strategies/function_calling.py` (+7 -1) </details> ### 📄 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 - [x] Bug Fix (non-breaking change which fixes an Issue) ![企业微信截图_c4a6ef0f-3275-41ef-9436-769819e9a60e](https://github.com/user-attachments/assets/ec9ea26c-7ab5-460f-968b-b2970b32abd6) after fixing it on local plugin installation,I can use agent function call when set max_iteration=1 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:23:01 -05:00
yindo closed this issue 2026-02-16 10:23:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1463