diff --git a/helpers/tools.ts b/helpers/tools.ts index caf0e299ce340870b93d5129c53aa6453be64b3c..eae53d205a20e4a8b188c9522fd0c989c8e47813 100644 --- a/helpers/tools.ts +++ b/helpers/tools.ts @@ -9,7 +9,8 @@ export const supportedTools: Tool[] = [ display: "Google Search (configuration required after installation)", name: "google_search", config: { - engine: "Your search engine id", + engine: + "Your search engine id, see https://developers.google.com/custom-search/v1/overview#prerequisites", key: "Your search api key", num: 2, },