[PR #96] [MERGED] fix(agent_node): support tool parameters of select type #140

Closed
opened 2026-02-15 21:15:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/96
Author: @Nov1c444
Created: 4/15/2025
Status: Merged
Merged: 4/15/2025
Merged by: @Nov1c444

Base: mainHead: fix/agent-handle-select


📝 Commits (2)

  • aa71d8d fix(agent_node): support tool parameters of select type
  • 9cc8f27 chore: fix ruff issue

📊 Changes

2 files changed (+12 additions, -2 deletions)

View changed files

📝 python/dify_plugin/interfaces/agent/__init__.py (+10 -0)
📝 python/dify_plugin/invocations/storage.py (+2 -2)

📄 Description

Fixed an issue where Agent Node could not pass in tool Select parameters
Fixes https://github.com/langgenius/dify/issues/16208


🔄 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-plugin-sdks/pull/96 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 4/15/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `fix/agent-handle-select` --- ### 📝 Commits (2) - [`aa71d8d`](https://github.com/langgenius/dify-plugin-sdks/commit/aa71d8dc12e4ebf928c897a52241ecc4ee9b0993) fix(agent_node): support tool parameters of select type - [`9cc8f27`](https://github.com/langgenius/dify-plugin-sdks/commit/9cc8f27102df0600708a8e8371f2b1d5e8dfcca7) chore: fix ruff issue ### 📊 Changes **2 files changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/agent/__init__.py` (+10 -0) 📝 `python/dify_plugin/invocations/storage.py` (+2 -2) </details> ### 📄 Description Fixed an issue where Agent Node could not pass in tool Select parameters Fixes https://github.com/langgenius/dify/issues/16208 --- <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-15 21:15:56 -05:00
yindo closed this issue 2026-02-15 21:15:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-sdks#140