Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/tools / / DEFAULT_MAX_BUFFER_BYTES
Variable: DEFAULT_MAX_BUFFER_BYTES
ts
const DEFAULT_MAX_BUFFER_BYTES: number;Defined in: packages/tools/src/streaming/channel.ts:36
Stable
Default byte cap on the per-call aggregation buffer. Generous - an ordinary tool result is orders of magnitude smaller; the cap exists so an unbounded streaming producer cannot exhaust host memory.