[PR #159] [MERGED] fix: handle mcp array and object type #189

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/159
Author: @Nov1c444
Created: 6/19/2025
Status: Merged
Merged: 6/19/2025
Merged by: @Nov1c444

Base: mainHead: fix/agent-support-object-array


📝 Commits (1)

  • 31d2edc fix: handle mcp array and object type

📊 Changes

7 files changed (+102 additions, -43 deletions)

View changed files

📝 python/dify_plugin/entities/agent.py (+3 -0)
📝 python/dify_plugin/entities/provider_config.py (+3 -0)
📝 python/dify_plugin/entities/tool.py (+3 -0)
📝 python/examples/agent/manifest.yaml (+2 -2)
📝 python/examples/agent/requirements.txt (+1 -1)
📝 python/examples/agent/strategies/ReAct.py (+30 -19)
📝 python/examples/agent/strategies/function_calling.py (+60 -21)

📄 Description

No description provided


🔄 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/159 **Author:** [@Nov1c444](https://github.com/Nov1c444) **Created:** 6/19/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@Nov1c444](https://github.com/Nov1c444) **Base:** `main` ← **Head:** `fix/agent-support-object-array` --- ### 📝 Commits (1) - [`31d2edc`](https://github.com/langgenius/dify-plugin-sdks/commit/31d2edc0999d831e8c05d6c5744abf3e7f2c8c85) fix: handle mcp array and object type ### 📊 Changes **7 files changed** (+102 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/entities/agent.py` (+3 -0) 📝 `python/dify_plugin/entities/provider_config.py` (+3 -0) 📝 `python/dify_plugin/entities/tool.py` (+3 -0) 📝 `python/examples/agent/manifest.yaml` (+2 -2) 📝 `python/examples/agent/requirements.txt` (+1 -1) 📝 `python/examples/agent/strategies/ReAct.py` (+30 -19) 📝 `python/examples/agent/strategies/function_calling.py` (+60 -21) </details> ### 📄 Description _No description provided_ --- <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:16:09 -05:00
yindo closed this issue 2026-02-15 21:16:09 -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#189