Variable: ToolCompletedEventSchema
Makaio Framework / ai-adapters-core / ToolCompletedEventSchema
Variable: ToolCompletedEventSchema
Section titled “Variable: ToolCompletedEventSchema”
constToolCompletedEventSchema:ZodObject<{eventType:ZodLiteral<"tool_completed">;result:ZodString;success:ZodBoolean;toolCallId:ZodString;toolName:ZodString; },$strip>
Defined in: ../../../adapters/core/src/namespaces/schemas/tool-lifecycle.ts:19
Schema for tool completed event. Emitted when tool execution finishes (success or failure).