Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/core / / ToolExecuteStartEvent

Interface: ToolExecuteStartEvent

Defined in: packages/core/src/types/agent-event.ts:167

Stable

Properties

PropertyModifierTypeDescriptionDefined in
toolCallIdreadonlystring-packages/core/src/types/agent-event.ts:169
toolName?readonlystringConvenience duplicate of the executing tool's name. Correlation within a tool lifecycle is by toolCallId; this field spares direct subscribers a stateful join back to the tool.call.start that carried the name. Optional for wire compatibility; the agent runtime always fills it.packages/core/src/types/agent-event.ts:177
typereadonly"tool.execute.start"-packages/core/src/types/agent-event.ts:168