feat: configure deep search llm models
This commit is contained in:
@@ -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 }))
|
||||
|
||||
Reference in New Issue
Block a user