Skip to content

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

PropertyModifierTypeDescriptionDefined in
allowCrossRun?readonlybooleanW-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?readonlynumberDefault maxBytes when the model does not pass one. Default 65536.packages/tools/src/built-in/read-result.ts:28
readerreadonlyResultReader-packages/tools/src/built-in/read-result.ts:26