feat: configure deep search llm models

This commit is contained in:
john
2026-07-23 22:46:10 +08:00
parent be1e4c18c0
commit 784a10a592
11 changed files with 360 additions and 35 deletions
+2
View File
@@ -107,6 +107,8 @@ function handle(message) {
endpoint: service.endpoint,
depth,
userId: process.env.TKMIND_SEARCH_USER_ID || null,
llmProviderKeyId: service.llmProviderKeyId || '',
llmModel: service.llmModel || '',
timeoutMs: service.timeoutMs,
})
.then((result) => response(id, { content: [{ type: 'text', text: JSON.stringify(result) }], structuredContent: result }))