mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
agent-strategies: Failed to invoke the workflow tool, error reported: tool invoke error: 'str' object has no attribute 'type' #381
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 @304883563 on GitHub (Jun 17, 2025).
Self Checks
Dify version
Dify 1.3.0
Plugin version
agent-strategies 0.0.16
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Create any workflow and publish it as a tool.
Then, create a chatflow containing the official agent-strategies to call this tool.
The agent-strategies will fail to call the tool.
If the agent agent-strategies version is rolled back to 0.0.15, the call will work normally.
✔️ Error log
{
"output": {
"llm_response": "",
"tool_responses": [
{
"tool_call_id": "call_0_c68838cf-a464-4bfb-83c3-083302b2cfbc",
"tool_call_input": {},
"tool_call_name": "getCurrentTime",
"tool_response": "tool invoke error: 'str' object has no attribute 'type'"
}
]
}
}
@dosubot[bot] commented on GitHub (Aug 18, 2025):
Hi, @304883563. I'm Dosu (https://dosu.dev), and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
Next Steps:
Thank you for your understanding and contribution!