mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-08 09:43:21 +08:00
feat: 记录列表筛选
This commit is contained in:
@@ -399,6 +399,24 @@
|
||||
"summary": "获取对话记录",
|
||||
"operationId": "list-chat-record",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"description": "作者",
|
||||
"name": "author",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "是否接受筛选",
|
||||
"name": "is_accept",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "语言",
|
||||
"name": "language",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "下一页标识",
|
||||
@@ -500,6 +518,24 @@
|
||||
"summary": "获取补全记录",
|
||||
"operationId": "list-completion-record",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "string",
|
||||
"description": "作者",
|
||||
"name": "author",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "是否接受筛选",
|
||||
"name": "is_accept",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "语言",
|
||||
"name": "language",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "下一页标识",
|
||||
|
||||
Reference in New Issue
Block a user