API Reference
WebSearchQuery
Defined in: tools/builtin/builtin.types.ts:386
A web-search request handed to the backend.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxResults? | number | Upper bound on the number of results to return; the backend decides the default. | tools/builtin/builtin.types.ts:390 |
query | string | The free-text query string. | tools/builtin/builtin.types.ts:388 |