WebSearchActionSearch interface
Action type "search" - Performs a web search query.
Properties
| queries | The search queries. |
| query | [DEPRECATED] The search query. |
| sources | The sources used in the search. |
| type | The action type. |
Property Details
queries
The search queries.
queries?: string[]
Property Value
string[]
query
[DEPRECATED] The search query.
query: string
Property Value
string
sources
The sources used in the search.
sources?: WebSearchActionSearchSources[]
Property Value
type
The action type.
type: "search"
Property Value
"search"