Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / ToolCall

Interface: ToolCall

Defined in: packages/core/src/types/tool.ts:154

A single tool invocation produced by an LLM. The runtime hands these to the tool executor for parallel dispatch.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
argsreadonlyunknownValidated input matching the tool's inputSchema.packages/core/src/types/tool.ts:160
toolCallIdreadonlystringStable identifier the model uses to correlate input and output.packages/core/src/types/tool.ts:156
toolNamereadonlystringTool name as registered in the ToolRegistry.packages/core/src/types/tool.ts:158