Skip to main content

WebSearchCall

Defined in the extras module.
Rust AI Agent SDK Represents a web search call made during research

Fields

NameTypeDescription
queryStringThe search query
statusStringStatus of the search

Methods

new

fn new(query: impl Into<String>, status: impl Into<String>) -> Self
Create a new web search call Parameters:
NameType
queryimpl Into&lt;String&gt;
statusimpl Into&lt;String&gt;

Source

View on GitHub

praisonai/src/parity/extras.rs at line 73