Variable: ToolStartedEventSchema
Makaio Framework / ai-adapters-core / ToolStartedEventSchema
Variable: ToolStartedEventSchema
Section titled “Variable: ToolStartedEventSchema”
constToolStartedEventSchema:ZodObject<{eventType:ZodLiteral<"tool_started">;toolCallId:ZodString;toolName:ZodString; },$strip>
Defined in: ../../../adapters/core/src/namespaces/schemas/tool-lifecycle.ts:7
Schema for tool started event. Emitted when tool execution begins.