API Reference
WebFetchRequest
Defined in: tools/builtin/builtin.types.ts:398
A request to fetch one URL's contents.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
maxBytes? | number | Upper bound on the number of content bytes to return; the backend decides the default. | tools/builtin/builtin.types.ts:402 |
url | string | Absolute URL to fetch. | tools/builtin/builtin.types.ts:400 |