You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In a multi-round conversation, the current design of dify is that when the user passes the conversation_id parameter to the interface, the value of inputs can only be the value of inputs when the conversation is created.
Can a switch be made or an environment variable be designed so that developers can choose whether to update the value of inputs in the same conversation?
sometimes custom variables need to be updated in in actual use, such as some parameters of the environment, but currently if I want to update the inputs, I can only create a new conversation.
2. Additional context or comments
3. Can you help us with this feature?
I am interested in contributing to this feature.
The text was updated successfully, but these errors were encountered:
We also have similar scenarios where this feature is needed. For example, during a multi-turn conversation, if a user wants to take leave, the API caller can upload an attachment and include it in the input; or if a user applies to go out, the API caller can put the latitude and longitude information in the input (Note: In both of these examples, the final step is to call a tool API, which requires attachments and location information as parameters).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
In a multi-round conversation, the current design of dify is that when the user passes the conversation_id parameter to the interface, the value of inputs can only be the value of inputs when the conversation is created.
Can a switch be made or an environment variable be designed so that developers can choose whether to update the value of inputs in the same conversation?
sometimes custom variables need to be updated in in actual use, such as some parameters of the environment, but currently if I want to update the inputs, I can only create a new conversation.
2. Additional context or comments
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: