mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
[PR #96] [MERGED] fix(agent_node): support tool parameters of select type #140
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-plugin-sdks/pull/96
Author: @Nov1c444
Created: 4/15/2025
Status: ✅ Merged
Merged: 4/15/2025
Merged by: @Nov1c444
Base:
main← Head:fix/agent-handle-select📝 Commits (2)
aa71d8dfix(agent_node): support tool parameters of select type9cc8f27chore: 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.