mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
feat(server): embedding search tool (#12810)
This commit is contained in:
@@ -1791,7 +1791,13 @@ Below is the user's query. Please respond in the user's preferred language witho
|
||||
},
|
||||
],
|
||||
config: {
|
||||
tools: ['webSearch'],
|
||||
tools: [
|
||||
'readDoc',
|
||||
'editDoc',
|
||||
'webSearch',
|
||||
'keywordSearch',
|
||||
'semanticSearch',
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user