formatToolCalls
formatToolCalls(
toolCalls,maxLength?):string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/llmUtils.ts:252
Format multiple tool calls for display (matches Invocation.ts behavior)
Parameters
Section titled “Parameters”toolCalls
Section titled “toolCalls”object[]
maxLength?
Section titled “maxLength?”number = 255
Returns
Section titled “Returns”string