PlainTextToolCallParseOptions
PlainTextToolCallParseOptions =
object
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:48
Parser limits and allow-list options for plain-text tool-call repair.
Properties
Section titled “Properties”allowedToolNames?
Section titled “allowedToolNames?”
optionalallowedToolNames?:Iterable<string>
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:50
Optional allow-list of tool names that may be repaired.
maxPayloadBytes?
Section titled “maxPayloadBytes?”
optionalmaxPayloadBytes?:number
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolCallRepair/payload.ts:52
Maximum serialized payload size accepted for one repaired call.