Node ReferenceTools
Web search with Tavily
Executes web searches using the Tavily search service.
Executes web searches using the Tavily search service.
| Category | Tools |
| Node type | dynamiq.nodes.tools.TavilyTool |
| SDK class | dynamiq.nodes.tools.TavilyTool |
| Connection | Tavily |
Connection
This node requires a Tavily Connection. Create one under Connections before adding the node, or pick an existing one on the node's CONFIGURATION tab.
Inputs
| Field | Type | Required |
|---|---|---|
query | string | Yes |
Outputs
| Field | Type |
|---|---|
content | dict[string, string] |
content.result | string |
content.sources_with_url | list[Any] |
content.raw_response | dict[string, Any] |
content.images | list[Any] |
content.query | string |
content.response_time | int |
content.answer | string |