Documentation for Action
name: string
Defined in: types/index.ts:129
Unique name of the action
similes: string
[]
Defined in: types/index.ts:134
Alternative names/phrases that can trigger this action
description: string
Defined in: types/index.ts:139
Detailed description of what the action does
examples: ActionExample
[][]
Defined in: types/index.ts:145
Array of example inputs and outputs for the action
Each inner array represents a group of related examples
schema: ZodType
Defined in: types/index.ts:150
Zod schema for input validation
handler: Handler
Defined in: types/index.ts:155
Function that executes the action