dify icon indicating copy to clipboard operation
dify copied to clipboard

chat API does not support user-defined conversation id

Open cyflhn opened this issue 2 months ago • 6 comments

Self Checks

  • [X] This is only for bug report, if you would like to ask a question, please head to Discussions.
  • [X] I have searched for existing issues search for existing issues, including closed ones.
  • [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • [X] Please do not modify this template :) and fill in all the required fields.

Dify version

0.13.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. call API of /v1/chat-messages with parameter of "conversation_id" which is not returned by previous API call

✔️ Expected Behavior

get a normal response

❌ Actual Behavior

if the response will be "conversation not exists"

cyflhn avatar Dec 13 '24 09:12 cyflhn