Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/core / / ToolCall
Interface: ToolCall
Defined in: packages/core/src/types/tool-call.ts:17
A single tool invocation the model requested, normalised by the provider layer and handed to the tool executor for parallel dispatch.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
args | readonly | unknown | Validated input matching the tool's inputSchema. | packages/core/src/types/tool-call.ts:23 |
toolCallId | readonly | string | Stable identifier the model uses to correlate input and output. | packages/core/src/types/tool-call.ts:19 |
toolName | readonly | string | Tool name as registered in the ToolRegistry. | packages/core/src/types/tool-call.ts:21 |