Skip to content

Commit

Permalink
fix: update prompt of all search
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannLai committed Jan 10, 2024
1 parent f698f0d commit 6c1d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/aggregatedSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function createAggregatedSearchTool({ googleApiKey, googleCSEId, bingApiKey, ser
input: z.string(),
});
const name = 'aggregatedSearch';
const description = 'Aggregated search tool. 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<typeof paramsSchema>) => {
try {
Expand Down

0 comments on commit 6c1d7f2

Please sign in to comment.