增加了对话记录的搜索

This commit is contained in:
Monster
2025-07-18 19:05:44 +08:00
parent 4f09ed47fb
commit 3f4d4cf609
3 changed files with 62 additions and 2 deletions

View File

@@ -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 {