feat: select deep search llm in admin

This commit is contained in:
john
2026-07-23 22:46:14 +08:00
parent ce8247743e
commit 6977f9fc24
3 changed files with 91 additions and 8 deletions
+2
View File
@@ -640,6 +640,8 @@ export type MindSearchService = {
enabled: boolean;
timeoutMs: number;
priority: number;
llmProviderKeyId?: string;
llmModel?: string;
};
export type MindSearchRoutes = {