From c1510bd3fa745a4d1898ee91090bb915a68c4043 Mon Sep 17 00:00:00 2001 From: Marcus Schiesser <mail@marcusschiesser.de> Date: Fri, 7 Jun 2024 14:32:22 +0200 Subject: [PATCH] fix: remove redundant config info --- helpers/tools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/tools.ts b/helpers/tools.ts index e4502011..52b2a83a 100644 --- a/helpers/tools.ts +++ b/helpers/tools.ts @@ -30,7 +30,7 @@ export type ToolDependencies = { export const supportedTools: Tool[] = [ { - display: "Google Search (configuration required after installation)", + display: "Google Search", name: "google.GoogleSearchToolSpec", config: { engine: -- GitLab