Skip to content

Commit aa88100

Browse files
committed
Fixed incorrect URL for Tavily
1 parent f1074df commit aa88100

File tree

1 file changed

+1
-1
lines changed
  • services/tools/wanaku-routing-tavily-service

1 file changed

+1
-1
lines changed

services/tools/wanaku-routing-tavily-service/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ To run set your API key using either one of:
88
- the `tavily.api.key` property when running the application (i.e.,: `-Dtavily.api.key=my-key`)
99

1010
```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"
1212
```

0 commit comments

Comments
 (0)