mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-11 11:13:40 +08:00
增加了对话记录的搜索
This commit is contained in:
@@ -767,6 +767,8 @@ export interface GetListChatRecordParams {
|
||||
page?: number;
|
||||
/** 每页多少条记录 */
|
||||
size?: number;
|
||||
/** 工作模式 */
|
||||
work_mode?: string;
|
||||
}
|
||||
|
||||
export interface GetCompletionInfoParams {
|
||||
@@ -787,6 +789,8 @@ export interface GetListCompletionRecordParams {
|
||||
page?: number;
|
||||
/** 每页多少条记录 */
|
||||
size?: number;
|
||||
/** 工作模式 */
|
||||
work_mode?: string;
|
||||
}
|
||||
|
||||
export interface GetCategoryStatDashboardParams {
|
||||
|
||||
Reference in New Issue
Block a user