LLMToolCall
A tool invocation emitted by the LLM.
Defined in: src/core/types/providers.ts:882
A tool invocation emitted by the LLM.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
arguments | Record<string, unknown> | Parsed arguments from the LLM | src/core/types/providers.ts:888 |
id | string | Provider-assigned ID (Anthropic: content block id, OpenAI: tool_call.id) | src/core/types/providers.ts:884 |
name | string | Tool name (maps to skill/function name) | src/core/types/providers.ts:886 |