Smith::Web::TavilySearch
Inherits Smith::Web::SearchProvider < Reference < Object
Constants
ENDPOINT = "https://api.tavily.com/search"
Constructors
new(api_key : String | Nil)
SourceInstance methods
name
Sourceparse(body : String) : Array(SearchResult)
Sourcesearch(query : String, limit : Int32) : Array(SearchResult)
Source