WebSearchCall
Defined in the extras module.Rust AI Agent SDK Represents a web search call made during research
Fields
| Name | Type | Description |
|---|---|---|
query | String | The search query |
status | String | Status of the search |
Methods
new
| Name | Type |
|---|---|
query | impl Into<String> |
status | impl Into<String> |
Source
View on GitHub
praisonai/src/parity/extras.rs at line 73
