Skip to content
Snippets Groups Projects
Commit 56f8942e authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix(cl): add link to configure search tool

parent 24320a55
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,8 @@ export const supportedTools: Tool[] = [ ...@@ -9,7 +9,8 @@ export const supportedTools: Tool[] = [
display: "Google Search (configuration required after installation)", display: "Google Search (configuration required after installation)",
name: "google_search", name: "google_search",
config: { 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", key: "Your search api key",
num: 2, num: 2,
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment