-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
seems that some variables are lost after the Parameter Extraction node. #5393
Comments
Hey @mrbaowei! 👋 I'm here to help you with any bugs, questions, or contributions you have for the repository. Let's tackle this issue together! The variables might be missing or empty after the Parameter Extraction node in your self-hosted Dify version 0.6.11 (Docker) due to several potential reasons:
|
it seems output null in first Direct Reply node. must set up two direct reply nodes in order to output the content in the Parameter Extraction node. |
Hi @crazywoola, could you please try to reproduce the issue with my method? |
Can you export a DSL here. |
Self Checks
Dify version
0.6.11 latest
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Phenomenon:
When using the Parameter Extraction node, its next node is not always able to correctly obtain the variables on the process. Sometimes it cannot be found, and sometimes it can be found, but the variables are empty.
Reproduction method:
Just add a Parameter Extraction node after the LLM node, and then add a DirectReply node to try to find variables, and some variables will be found to be missing.
✔️ Expected Behavior
Variables should be found at any point in the process.
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: