You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8,7 +11,8 @@ export class SearchApi implements INodeType {
8
11
icon: 'file:searchApi.svg',
9
12
group: ['output'],
10
13
version: 1,
11
-
description: 'Call this tool whenever the answer might require fresh, niche, or externally-verifiable information. Make sure to always cite the sources in the final reply. ',
14
+
description:
15
+
'Access real-time search results from Google, Google Images, Google Maps, Google Shopping and more. Use this when you need current, up-to-date information, product searches, location data, or visual content that may not be available in your training data.',
12
16
subtitle: '={{ $parameter["engine"] }}',
13
17
defaults: {name: 'SearchApi'},
14
18
// @ts-ignore
@@ -28,23 +32,28 @@ export class SearchApi implements INodeType {
0 commit comments