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.
Dify version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The API response data for the historical message list does not have a content field for the feedback object
✔️ Expected Behavior
No response
❌ Actual Behavior
The API response data for the historical message list have a content field for the feedback object
The text was updated successfully, but these errors were encountered:
freeworker1
changed the title
文件 图片 38/1000 实时翻译 划译 The information entered by the message feedback API is not provided in the query field of the historical message list
The information entered by the message feedback API is not provided in the query field of the historical message list
Mar 12, 2025
Hey @freeworker1! 👋 I'm here to help you with any bugs, questions, or contributions you have for Dify. I'm a bot designed to assist you while you wait for a human maintainer. Let's tackle this together!
In Dify version 0.15.3, the feedback object in the historical message list API response should indeed include a content field, which is optional and can contain additional feedback text. The expected structure for the feedback object is:
If the content field is missing in your API response, it might be due to a bug or an issue with how the feedback is being populated. Ensure that the feedback is correctly associated with the message through the message_id and that the MessageFeedbackApi class is properly handling the creation of feedback entries [1][2].
Self Checks
Dify version
0.15.3
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
The API response data for the historical message list does not have a content field for the feedback object
✔️ Expected Behavior
No response
❌ Actual Behavior
The API response data for the historical message list have a content field for the feedback object
The text was updated successfully, but these errors were encountered: