tavily_dart library
Dart Client for the Tavily API (a search engine optimized for LLMs and RAG).
Classes
- SearchRequest
- The search request object.
- SearchResponse
- The response data from the search query.
- SearchResult
- The search result object.
- TavilyClient
- Client for Tavily API (v.1.0.0)
Enums
- HttpMethod
- Enum of HTTP methods
- SearchRequestSearchDepth
- The depth of the search. It can be 'basic' or advanced. Default is 'basic'.
Exceptions / Errors
- TavilyClientException
- HTTP exception handler for TavilyClient