[PR #45] [MERGED] Fix the error in running the agent plugin #103

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/45
Author: @jcvv0n
Created: 3/14/2025
Status: Merged
Merged: 3/18/2025
Merged by: @Yeuoly

Base: mainHead: fix/agent_plugin


📝 Commits (1)

  • fabff5b Fix the error in running the agent plugin

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 python/dify_plugin/interfaces/agent/__init__.py (+1 -1)

📄 Description

dify-plugin-tod_agent#1
#14562
#14904
#15830
set the default value of entity in the AgentModelConfig class to None.
Thanks to HamaWhiteGG for the solution.


🔄 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/45 **Author:** [@jcvv0n](https://github.com/jcvv0n) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `fix/agent_plugin` --- ### 📝 Commits (1) - [`fabff5b`](https://github.com/langgenius/dify-plugin-sdks/commit/fabff5b34943788a64c47e0e6d230f0aa734442f) Fix the error in running the agent plugin ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `python/dify_plugin/interfaces/agent/__init__.py` (+1 -1) </details> ### 📄 Description [dify-plugin-tod_agent#1](https://github.com/svcvit/dify-plugin-tod_agent/issues/1) [#14562](https://github.com/langgenius/dify/issues/14562) [#14904](https://github.com/langgenius/dify/issues/14904) [#15830](https://github.com/langgenius/dify/issues/15830) set the default value of entity in the `AgentModelConfig` class to None. Thanks to [HamaWhiteGG](https://github.com/svcvit/dify-plugin-tod_agent/issues/1#issuecomment-2721520006) for the solution. --- <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:46 -05:00
yindo closed this issue 2026-02-15 21:15:46 -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#103