mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Null value handling logic is missing for agent-strategies/cot_agent #113
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?
Originally created by @lordk911 on GitHub (Mar 23, 2025).
Self Checks
Dify version
1.1.1
Plugin version
0.0.6-local
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
as pr : https://github.com/langgenius/dify-plugin-sdks/pull/45 make AgentModelConfig.entity Optional
But agent-strategies/cot_agent code did't hand the logic:
https://github.com/langgenius/dify-official-plugins/blob/5436a6a06c92c28b02d90a585c65a0c112e9150b/agent-strategies/cot_agent/strategies/function_calling.py#L123C1-L126C18
https://github.com/langgenius/dify-official-plugins/blob/5436a6a06c92c28b02d90a585c65a0c112e9150b/agent-strategies/cot_agent/strategies/ReAct.py#L96C1-L104C10
https://github.com/langgenius/dify-plugin-sdks/blob/064985386745c6f4553f180d07e459778a78a61b/python/dify_plugin/interfaces/agent/__init__.py#L156C1-L161C96
✔️ Error log
https://github.com/langgenius/dify-official-plugins/issues/533
@lordk911 commented on GitHub (Mar 27, 2025):
update to langgenius/agent 0.0.12