mirror of
https://github.com/langgenius/dify.git
synced 2026-04-24 04:45:51 +08:00
fix bugs
This commit is contained in:
@ -72,6 +72,8 @@ message_detail_fields = {
|
||||
'created_at': TimestampField,
|
||||
'agent_thoughts': fields.List(fields.Nested(agent_thought_fields)),
|
||||
'message_files': fields.List(fields.Nested(message_file_fields), attribute='files'),
|
||||
'status': fields.String,
|
||||
'error': fields.String,
|
||||
}
|
||||
|
||||
feedback_stat_fields = {
|
||||
|
||||
Reference in New Issue
Block a user