Skip to content

Commit b47272a

Browse files
committed
add citations for the searches
1 parent ead7a76 commit b47272a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nodes/SearchApi/SearchApi.node.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ export class SearchApi implements INodeType {
77
icon: 'file:searchApi.svg',
88
group: ['output'],
99
version: 1,
10-
description: 'Call this tool whenever the answer might require fresh, niche, or externally-verifiable information. \
11-
Set the `engine` to the required backend (default: `google`). Always include `q` (the user’s query) and your \
12-
`api_key`; add optional parameters to localize, paginate, filter by date, or change device-type as needed. \
13-
Return the raw JSON response, then cite sources in the final reply. ',
10+
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. ',
1411
subtitle: '={{ $parameter["engine"] }}',
1512
defaults: { name: 'SearchAPI' },
1613
// @ts-ignore

0 commit comments

Comments
 (0)