mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 15:19:00 +08:00
fix: fields.Nested(message_file_fields) (#9632)
This commit is contained in:
parent
7263af13ed
commit
98bf7710e4
@ -48,7 +48,7 @@ class MessageListApi(Resource):
|
|||||||
"tool_input": fields.String,
|
"tool_input": fields.String,
|
||||||
"created_at": TimestampField,
|
"created_at": TimestampField,
|
||||||
"observation": fields.String,
|
"observation": fields.String,
|
||||||
"message_files": fields.List(fields.String),
|
"message_files": fields.List(fields.Nested(message_file_fields)),
|
||||||
}
|
}
|
||||||
|
|
||||||
message_fields = {
|
message_fields = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user