-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
sys.query Cannot Be Modified via action=overridden in Dify 1.0.0 Beta API Extension #14187
Comments
Hey @hzcoolwind! 👋 I'm here to help you with any bugs, questions, or contributions you have for Dify 1.0.0 Beta API Extension. I'm looking forward to assisting you! The issue you're experiencing with If
If the problem continues, it might be worth checking for any updates or patches that address this issue in newer versions of Dify. 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 |
And another question is: |
To invoke the 'external_data_tool' API extension in the Dify app after configuring it, follow these steps:
If you have configured the API correctly and still cannot find where to select it, ensure that you have followed all configuration steps and check for any additional documentation or support from Dify regarding the app interface. 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 |
@dosu I done all these 5 steps and i sure it's all ok , but only I can not find where to select it in my app (chatbot/chatflow/workflow). |
To select the 'external_data_tool' API extension in your Dify app after completing all configuration steps, follow these instructions:
Ensure that your API is correctly set up according to Dify's API specifications. This includes setting up the API endpoint to handle requests with the appropriate headers and request body format. Dify will send a request to verify the API's availability, expecting a response of 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 |
Self Checks
Dify version
1.0.0-beta1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Set up a moderation API endpoint that returns JSON responses.
return {
"flagged": true,
"action": "overridden",
"inputs": {
"var_1": "",
"var_2": ""
},
"query": "Sanitized query" // Expected to update sys.query
}
sys.query remains the original value . Provided query ("Sanitized query") is ignored.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: