Replies: 1 comment 4 replies
-
Dify provide apis to the whole application. It's not a proxy to other api like OpenAI itself. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
1. Is this request related to a challenge you're experiencing?
Hi, I am new to the platform, but while I look through the API documentation (as attached below), I notice that the user is not allowed to pass the context history on his own. The feature is important for customer support scenarios where the AI agent is not the only responder in the conversation (i.e., there might be a human agent and other business messages previously involved). This means that relying solely on the context history of the agent will not suffice to answer the user's question:
2. Describe the feature you'd like to see
I'd like to have the
query
field to support list conversations to carry the context (similar to ChatGPT messages), and in this case not using the context information of the dify platform.3. How will this feature improve your workflow or experience?
a must for customer support, if no workaround is available.
4. Additional context or comments
No response
5. Can you help us with this feature?
Beta Was this translation helpful? Give feedback.
All reactions