Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using duckduckgo to search, enable summary output errors #14607

Open
5 tasks done
hecter-java-architect opened this issue Mar 1, 2025 · 2 comments
Open
5 tasks done
Labels
🐞 bug Something isn't working 🔨 feat:tools Tools for agent, function call related stuff.

Comments

@hecter-java-architect
Copy link

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.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image
When using duckduckgo to search, enable summary output errors

✔️ Expected Behavior

Return search information normally

❌ Actual Behavior

Return exception:
Return exception

@hecter-java-architect
Copy link
Author

Image

@dosubot dosubot bot added the 🐞 bug Something isn't working label Mar 1, 2025
Copy link

dosubot bot commented Mar 1, 2025

The error you're encountering, a TypeError due to a missing required positional argument 'model_config', suggests that the DuckDuckGo search plugin is expecting a configuration related to the model that is not being provided. This could be related to how the DEEPSEEKR1_70B model is integrated or configured in your workflow.

To resolve this issue, you should check the following:

  1. Model Configuration: Ensure that the model_config argument is correctly defined and passed to the DuckDuckGo search plugin. This might involve specifying model parameters or settings that the plugin requires.

  2. Workflow Node Configuration: Verify that the workflow node for the DuckDuckGo search operation is correctly set up to include all necessary inputs, including any model-specific configurations.

  3. Error Handling: Since you have options for handling failures and exceptions, ensure that these are configured to manage any issues that arise during the search operation.

Unfortunately, I couldn't find specific details about the model_config argument in the available documentation. You might need to look into the codebase or documentation for more details on how to properly configure this argument.

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

@crazywoola crazywoola added the 🔨 feat:tools Tools for agent, function call related stuff. label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 🔨 feat:tools Tools for agent, function call related stuff.
Projects
None yet
Development

No branches or pull requests

2 participants