TavilyProvider
Category: Web
Source: tavily_provider.dart
Classes
TavilySearchProvider
Constructor
dart
TavilySearchProvider({
required super.apiKey,
super.timeoutSeconds,
super.client,
})Properties
| Property | Type | Description |
|---|---|---|
name | String get | |
apiLabel | String get | |
notConfiguredMessage | String get | |
name | String get | |
apiLabel | String get | |
notConfiguredMessage | String get |
Methods
HttpSearchRequest buildRequest(String query, int maxResults)
`WebSearchResponse parseResponseBody(
Map<String, dynamic> json,
String query,
)`