Skip to content

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

PropertyModifierTypeDescriptionDefined in
argsreadonlyunknownValidated input matching the tool's inputSchema.packages/core/src/types/tool-call.ts:23
toolCallIdreadonlystringStable identifier the model uses to correlate input and output.packages/core/src/types/tool-call.ts:19
toolNamereadonlystringTool name as registered in the ToolRegistry.packages/core/src/types/tool-call.ts:21