Type Alias: ToolStartedEvent
Makaio Framework / ai-adapters-core / ToolStartedEvent
Type Alias: ToolStartedEvent
Section titled “Type Alias: ToolStartedEvent”ToolStartedEvent =
z.infer<typeofToolStartedEventSchema>
Defined in: ../../../adapters/core/src/namespaces/schemas/tool-lifecycle.ts:31
Type Composition
Section titled “Type Composition”ToolStartedEventz.infer<typeof ToolStartedEventSchema>typeof ToolStartedEventSchema
Resolved Shape
Section titled “Resolved Shape”type ToolStartedEvent = { eventType: 'tool_started'; toolName: string; toolCallId: string;};