PlainTextToolCallBlock
PlainTextToolCallBlock =
object
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:34
Parsed standalone plain-text tool call block with source offsets for repair.
Properties
Section titled “Properties”arguments
Section titled “arguments”arguments:
Record<string,unknown>
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:36
Parsed JSON arguments object.
end:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:38
Exclusive end offset of the parsed block.
name:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:40
Tool name parsed from bracket, Harmony, or XML-ish syntax.
raw:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:42
Original text slice that produced this block.
start:
number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:44
Inclusive start offset of the parsed block.