feat(server): embedding search tool (#12810)

This commit is contained in:
DarkSky
2025-06-17 09:22:56 +08:00
committed by GitHub
parent 0785438cfe
commit cdaaa52845
12 changed files with 213 additions and 50 deletions
@@ -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',
],
},
};