Skip to content

TOOL_RESULT_CONTENT_CAP

const TOOL_RESULT_CONTENT_CAP: 8192 = 8192

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/runStats.ts:21

BATCH-21 — cap on a captured tool-result content (characters). Keeps a giant payload (a whole file read, a long shell log) from bloating run stats; anything longer is truncated to this length. Sized so realistic structured payloads (the gth eval tool-result-assertion use case) survive intact.