mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
add image file as markdown stream outupt
This commit is contained in:
@ -54,7 +54,7 @@ class MessageListApi(Resource):
|
||||
'conversation_id': fields.String,
|
||||
'inputs': fields.Raw,
|
||||
'query': fields.String,
|
||||
'answer': fields.String,
|
||||
'answer': fields.String(attribute='re_sign_file_url_answer'),
|
||||
'message_files': fields.List(fields.Nested(message_file_fields), attribute='files'),
|
||||
'feedback': fields.Nested(feedback_fields, attribute='user_feedback', allow_null=True),
|
||||
'retriever_resources': fields.List(fields.Nested(retriever_resource_fields)),
|
||||
|
||||
Reference in New Issue
Block a user