When using PPIO's Model, the Agent Mode cannot be set to Function call. #30

Closed
opened 2026-02-16 10:17:48 -05:00 by yindo · 7 comments
Owner

Originally created by @k99k5 on GitHub (Feb 28, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.0

Cloud or Self Hosted

Cloud

Steps to reproduce

以下模型支持 Function Calling:

deepseek/deepseek_v3

✔️ Expected Behavior

Function call

Actual Behavior

ReAct

Originally created by @k99k5 on GitHub (Feb 28, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.0 ### Cloud or Self Hosted Cloud ### Steps to reproduce - https://ppinfra.com/docs/model-api/reference/llm/function-calling.html ```[支持的模型](https://ppinfra.com/docs/model-api/reference/llm/function-calling.html#%E6%94%AF%E6%8C%81%E7%9A%84%E6%A8%A1%E5%9E%8B) 以下模型支持 Function Calling: deepseek/deepseek_v3 ``` ### ✔️ Expected Behavior Function call ### ❌ Actual Behavior ReAct
yindo closed this issue 2026-02-16 10:17:48 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Feb 28, 2025):

I couldn't find any specific information about issues with setting the Agent Mode to Function call when using PPIO's Model in Dify. However, there is a known requirement that to set the Agent Mode to Function Call, you need to enable Vision multimodal support and the Function Call parameter in the model settings interface [1].

If these settings are already configured and the issue persists, it might be worth checking if there are any updates or fixes related to this in the Dify version 1.0 changelog or release notes, although I couldn't find specific details on that [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

@dosubot[bot] commented on GitHub (Feb 28, 2025): <!-- Answer --> I couldn't find any specific information about issues with setting the Agent Mode to Function call when using PPIO's Model in Dify. However, there is a known requirement that to set the Agent Mode to Function Call, you need to enable Vision multimodal support and the Function Call parameter in the model settings interface <sup>[[1]](https://github.com/langgenius/dify-docs/issues/433)</sup>. If these settings are already configured and the issue persists, it might be worth checking if there are any updates or fixes related to this in the Dify version 1.0 changelog or release notes, although I couldn't find specific details on that <sup>[[2]](https://github.com/langgenius/dify/issues/13030)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/61979cdf-5bad-4e6f-8fdc-b4bbe49f5e9d?feedback_type=other)</sup>
Author
Owner

@cnJasonZ commented on GitHub (Mar 1, 2025):

@k99k5 Hello! PPIO's LLM API currently does not support Function Calling. However, this feature is under development. Support for function calling with PPIO's model will be available very soon! Thank you for the feedback.

@cnJasonZ commented on GitHub (Mar 1, 2025): @k99k5 Hello! PPIO's LLM API currently does not support Function Calling. However, this feature is under development. Support for function calling with PPIO's model will be available very soon! Thank you for the feedback.
Author
Owner

@k99k5 commented on GitHub (Mar 1, 2025):

@k99k5 Hello! PPIO's LLM API currently does not support Function Calling. However, this feature is under development. Support for function calling with PPIO's model will be available very soon! Thank you for the feedback.

@cnJasonZ

以下模型支持 Function Calling:

deepseek/deepseek_v3

https://ppinfra.com/docs/model-api/reference/llm/function-calling.html

@k99k5 commented on GitHub (Mar 1, 2025): > [@k99k5](https://github.com/k99k5) Hello! PPIO's LLM API currently does not support Function Calling. However, this feature is under development. Support for function calling with PPIO's model will be available very soon! Thank you for the feedback. @cnJasonZ ```[支持的模型](https://ppinfra.com/docs/model-api/reference/llm/function-calling.html#%E6%94%AF%E6%8C%81%E7%9A%84%E6%A8%A1%E5%9E%8B) 以下模型支持 Function Calling: deepseek/deepseek_v3 ``` https://ppinfra.com/docs/model-api/reference/llm/function-calling.html
Author
Owner

@cnJasonZ commented on GitHub (Mar 2, 2025):

@k99k5 Hello! PPIO's LLM API currently does not support Function Calling. However, this feature is under development. Support for function calling with PPIO's model will be available very soon! Thank you for the feedback.

@cnJasonZ

以下模型支持 Function Calling:

deepseek/deepseek_v3

https://ppinfra.com/docs/model-api/reference/llm/function-calling.html

Yes, but currently our function calling needs more tests within dify.ai. We will have an update next week.

@cnJasonZ commented on GitHub (Mar 2, 2025): > > [@k99k5](https://github.com/k99k5) Hello! PPIO's LLM API currently does not support Function Calling. However, this feature is under development. Support for function calling with PPIO's model will be available very soon! Thank you for the feedback. > > [@cnJasonZ](https://github.com/cnJasonZ) > > ``` > 以下模型支持 Function Calling: > > deepseek/deepseek_v3 > ``` > > https://ppinfra.com/docs/model-api/reference/llm/function-calling.html Yes, but currently our function calling needs more tests within dify.ai. We will have an update next week.
Author
Owner

@dosubot[bot] commented on GitHub (Apr 2, 2025):

Hi, @k99k5. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • You reported an issue with Dify version 1.0 where the Agent Mode defaults to "ReAct" instead of "Function call" when using PPIO's Model.
  • I suggested checking model settings for Vision multimodal support and the Function Call parameter.
  • cnJasonZ mentioned that PPIO's LLM API does not support Function Calling yet, but it's under development.
  • You referenced documentation indicating support for Function Calling in models like deepseek/deepseek_v3, and cnJasonZ noted more testing is needed with an update expected soon.

Next Steps:

  • Please confirm if this issue is still relevant with the latest version of the Dify repository. If it is, you can keep the discussion open by commenting here.
  • If there is no further activity, this issue will be automatically closed in 15 days.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (Apr 2, 2025): Hi, @k99k5. I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You reported an issue with Dify version 1.0 where the Agent Mode defaults to "ReAct" instead of "Function call" when using PPIO's Model. - I suggested checking model settings for Vision multimodal support and the Function Call parameter. - cnJasonZ mentioned that PPIO's LLM API does not support Function Calling yet, but it's under development. - You referenced documentation indicating support for Function Calling in models like deepseek/deepseek_v3, and cnJasonZ noted more testing is needed with an update expected soon. **Next Steps:** - Please confirm if this issue is still relevant with the latest version of the Dify repository. If it is, you can keep the discussion open by commenting here. - If there is no further activity, this issue will be automatically closed in 15 days. Thank you for your understanding and contribution!
Author
Owner

@k99k5 commented on GitHub (Apr 2, 2025):

@cnJasonZ Any update about this?

@k99k5 commented on GitHub (Apr 2, 2025): @cnJasonZ Any update about this?
Author
Owner

@dosubot[bot] commented on GitHub (May 4, 2025):

Hi, @k99k5. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • You reported an issue with setting the Agent Mode to "Function call" in Dify version 1.0, defaulting to "ReAct" instead.
  • I suggested checking model settings, while cnJasonZ noted that PPIO's LLM API doesn't currently support Function Calling.
  • You referenced documentation indicating support for Function Calling in certain models.
  • cnJasonZ mentioned that more testing is needed, with an update expected soon.

Next Steps:

  • Please confirm if this issue is still relevant with the latest version of the Dify repository by commenting here.
  • If no further updates are provided, this issue will be automatically closed in 15 days.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (May 4, 2025): Hi, @k99k5. I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - You reported an issue with setting the Agent Mode to "Function call" in Dify version 1.0, defaulting to "ReAct" instead. - I suggested checking model settings, while cnJasonZ noted that PPIO's LLM API doesn't currently support Function Calling. - You referenced documentation indicating support for Function Calling in certain models. - cnJasonZ mentioned that more testing is needed, with an update expected soon. **Next Steps:** - Please confirm if this issue is still relevant with the latest version of the Dify repository by commenting here. - If no further updates are provided, this issue will be automatically closed in 15 days. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#30