From 56f8942e2f845ed5bf7181f071ab61d1ffd5148f Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Wed, 7 Feb 2024 14:07:57 +0700 Subject: [PATCH] fix(cl): add link to configure search tool --- helpers/tools.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/tools.ts b/helpers/tools.ts index caf0e299..eae53d20 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, }, -- GitLab