mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
Conversation delete issue (#10423)
This commit is contained in:
@ -202,6 +202,10 @@ simple_conversation_fields = {
|
||||
"updated_at": TimestampField,
|
||||
}
|
||||
|
||||
conversation_delete_fields = {
|
||||
"result": fields.String,
|
||||
}
|
||||
|
||||
conversation_infinite_scroll_pagination_fields = {
|
||||
"limit": fields.Integer,
|
||||
"has_more": fields.Boolean,
|
||||
|
||||
Reference in New Issue
Block a user