mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Agent nodes in chatflow applications are unable to select Doubao-1.5-pro-32k that supports FunctionCalling #105
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 @wilche2 on GitHub (Mar 21, 2025).
Self Checks
Dify version
1.1.0
Cloud or Self Hosted
Cloud
Steps to reproduce
✔️ Expected Behavior
❌ Actual Behavior
@dosubot[bot] commented on GitHub (Mar 21, 2025):
@wilche2 Hello! I'm here to help with any bugs, questions, or contributions. Let's work together to solve the issue you're facing.
Agent nodes in chatflow applications cannot select the Doubao-1.5-pro-32k model because it does not meet the specific model compatibility requirements in the Agent plugin. In Dify, only models that support either 'function call' or 'ReACT' methods for tool interaction can be used in workflow agent nodes. The system checks the model's features to determine if it supports the necessary strategies, such as FUNCTION_CALLING. If the model schema does not include features like MULTI_TOOL_CALL or TOOL_CALL, it will not be available for selection in workflow agent nodes [1][2].
To continue talking to Dosu, mention @dosu.
Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other
@wilche2 commented on GitHub (Mar 21, 2025):
The official page of volcengine shows support for Function Call, isn't it the same as Function Calling??
@xiaoleijian commented on GitHub (Mar 21, 2025):
I also have this problem, I hope the developers can solve it soon