SearchModel class

A web search model backed by a native handle.

Call close to release the native handle.

Constructors

SearchModel.tavily(String apiKey, {String? baseUrl})
Create a Tavily search model. Tavily uses a fixed endpoint, so no model ID is needed — an empty string is passed (the C ABI ignores it).
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Release the native handle. Safe to call multiple times.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Perform a web search.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited