mirror of
https://github.com/langgenius/dify.git
synced 2025-12-25 01:00:42 -05:00
@@ -19,3 +19,9 @@ paginated_conversation_variable_fields = {
|
||||
"has_more": fields.Boolean,
|
||||
"data": fields.List(fields.Nested(conversation_variable_fields), attribute="data"),
|
||||
}
|
||||
|
||||
conversation_variable_infinite_scroll_pagination_fields = {
|
||||
"limit": fields.Integer,
|
||||
"has_more": fields.Boolean,
|
||||
"data": fields.List(fields.Nested(conversation_variable_fields)),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user