diff --git a/tools/aggregatedSearch.ts b/tools/aggregatedSearch.ts index 9707e0c..8233f70 100644 --- a/tools/aggregatedSearch.ts +++ b/tools/aggregatedSearch.ts @@ -10,7 +10,7 @@ function createAggregatedSearchTool({ googleApiKey, googleCSEId, bingApiKey, ser input: z.string(), }); const name = 'aggregatedSearch'; - const description = 'Aggregated search tool. Useful for searching in Google bing and other search engines. Input should be a search query. Outputs a JSON array of results from multiple search engines.'; + const description = 'Aggregated search tool. Useful for searching in Google Bing and other search engines. Input should be a search query. Outputs a JSON array of results from multiple search engines.'; const execute = async ({ input }: z.infer) => { try {