Documentation
¶
Overview ¶
Package tavily integrates Tavily Search and Extract with the provider-neutral web contracts.
A Client implements both web.Searcher and web.Fetcher. Search requests use POST /search; page fetching uses POST /extract. Tavily transport DTOs, provider limits, and format fallbacks remain private to this package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Fetch ¶
func (c *Client) Fetch(ctx context.Context, request *web.FetchRequest) (*web.FetchResponse, error)
func (*Client) Search ¶
func (c *Client) Search(ctx context.Context, request *web.SearchRequest) (*web.SearchResponse, error)
Click to show internal directories.
Click to hide internal directories.