mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-16 06:33:43 +08:00
add clear
This commit is contained in:
@@ -747,6 +747,19 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/ai/chat/refresh": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"ai-controller"
|
||||
],
|
||||
"operationId": "createNewConversation",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/ai/action/search": {
|
||||
"post": {
|
||||
"tags": [
|
||||
@@ -1627,10 +1640,6 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentId": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"isBound": {
|
||||
"type": "boolean"
|
||||
}
|
||||
@@ -1641,6 +1650,14 @@
|
||||
"properties": {
|
||||
"username": {
|
||||
"type": "string"
|
||||
},
|
||||
"startDate": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"endDate": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
3626
frontend/src/api/types/schema.d.ts
vendored
3626
frontend/src/api/types/schema.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user