Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / ToolExecuteStartEvent

Interface: ToolExecuteStartEvent

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

Stable

Properties

PropertyModifierTypeDescriptionDefined in
toolCallIdreadonlystring-packages/core/src/types/agent-event.ts:145
toolName?readonlystringConvenience duplicate of the executing tool's name (W-049). 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:153
typereadonly"tool.execute.start"-packages/core/src/types/agent-event.ts:144