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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
toolCallId | readonly | string | - | packages/core/src/types/agent-event.ts:145 |
toolName? | readonly | string | Convenience 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 |
type | readonly | "tool.execute.start" | - | packages/core/src/types/agent-event.ts:144 |