Closed Lyeluo closed 2 months ago
except services.errors.message.MessageNotExistsError:
raise NotFound("Message Not Exists.")
except SuggestedQuestionsAfterAnswerDisabledError:
raise BadRequest("Message Not Exists.")
According to this implementation, I think you need to turn on the function in your application and publish it.
Self Checks
Dify version
0.6.16
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
after a chat work flow ,use suggested api. i get error "Message Not Exists." i sure my message_id is exits and user is right .
✔️ Expected Behavior
get some suggested by api
❌ Actual Behavior
{ "code": "bad_request", "message": "Message Not Exists.", "status": 400 }