fix: missing parameter for file searching

This commit is contained in:
Wesley F. Young
2024-08-30 09:31:18 +08:00
parent e0efe635c7
commit 077ba74b22
3 changed files with 12 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ export interface NodeIKernelFileAssistantService {
getFileSessionList(): unknown;
searchFile(keywords: string[], params: { resultType: number, pageLimit: number }): unknown;
searchFile(keywords: string[], params: { resultType: number, pageLimit: number }, resultId: number): number;
resetSearchFileSortType(arg1: unknown, arg2: unknown, arg3: unknown): unknown;