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
Copy file name to clipboardexpand all lines: services/tools/wanaku-routing-tavily-service/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,5 @@ To run set your API key using either one of:
8
8
- the `tavily.api.key` property when running the application (i.e.,: `-Dtavily.api.key=my-key`)
9
9
10
10
```shell
11
-
wanaku tools add -n "tavily-search" --description "Search on the internet using Tavily" --uri "tavily://search?maxResults={maxResults}" --type tavily --property "_body:string,The search terms" --property "maxResults:int,The maxResults is the expected number of results to be found if the search request were made" --required "_body"
11
+
wanaku tools add -n "tavily-search" --description "Search on the internet using Tavily" --uri "tavily://search" --type tavily --property "_body:string,The search terms" --property "maxResults:int,The maxResults is the expected number of results to be found if the search request were made" --required "_body"
0 commit comments