-
Notifications
You must be signed in to change notification settings - Fork 8.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
When using the chat-messages API, the “inputs” value seems to be cached and cannot be overwritten if the conversation is ongoing. #11140
Comments
There are a few similar discussions related to the issue you're experiencing with the "inputs" value in the chat-messages API:
Regarding your issue, in Dify version 0.11.2, once a |
Duplicated, see the bot's reply, we are still reviewing this feature. |
Can you reveal why this feature has been under discussion? What are the negative effects of this feature? I think it is a very important feature, and related competitors such as Coze, FastGPT, Maxkb all have related functions |
@liuzixiao666
|
thanks!!!!! |
It should not be cached. This is the only way to control the multi branch behavior flow by passing parameters from the outside. If you cache the outside, you cannot intervene in the session flow. And why cache it? Is there any problem with not caching? |
My RAG has multiple knowledge base branches that support users to select the loaded knowledge base from external settings and switch within the same Q&A process. Cache operations make everything impossible. |
Self Checks
Dify version
0.11.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Just do as the title.
✔️ Expected Behavior
I want to overwrite inputs.
❌ Actual Behavior
Never.
The text was updated successfully, but these errors were encountered: