Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/tools / / ReadResultToolOptions
Interface: ReadResultToolOptions
Defined in: packages/tools/src/built-in/read-result.ts:25
Configuration for createReadResultTool.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
allowCrossRun? | readonly | boolean | W-114: allow reading spill handles that belong to ANOTHER run. Default false: spill artifacts live for days under the TTL sweep (confidential bodies included), and a model steered by injection could otherwise page through other runs' results. Opt in only for deliberate cross-run flows (e.g. a parent folding a sub-agent's handle, whose child run has its own runId). | packages/tools/src/built-in/read-result.ts:37 |
defaultMaxBytes? | readonly | number | Default maxBytes when the model does not pass one. Default 65536. | packages/tools/src/built-in/read-result.ts:28 |
reader | readonly | ResultReader | - | packages/tools/src/built-in/read-result.ts:26 |