ComfyUI Node
Griptape WebSearch Driver: Tavily
Tavily Web Search Driver. Requires environment variables TAVILY_API_KEY.
Griptape WebSearch Driver: Tavily
- DRIVER
◄search_depthbasic►
◄topicgeneral►
◄days3►
◄max_results5►
◄include_answerfalse►
◄include_raw_contentfalse►
◄include_domains—►
◄exclude_domains—►
◄api_key_env_varTAVILY_API_KEY►
CategoryGriptape/Agent Drivers/Web Search
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| search_depth | COMBO | basic | The depth of the search |
| topic | COMBO | general | 2 options: general, news |
| days | INT | 3 | The number of days back from the current date to include in the search results. Only when using 'news' search topic. |
| max_results | INT | 5 | The maximum number of search results to return. |
| include_answer | BOOLEAN | false | include a short answer to the search query |
| include_raw_content | BOOLEAN | false | include the cleaned and parsed HTML content |
| include_domains | STRING | A list of domains to include in the search results | |
| exclude_domains | STRING | A list of domains to exclude from the search results | |
| api_key_env_varopt | STRING | TAVILY_API_KEY | The name of the environment variable that contains the API key. Do not include the actual API key here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| DRIVER | WEB_SEARCH_DRIVER | — |