Skip to main content

Interface: Action

Represents an action that the agent can perform, including conditions for its use, a description, examples, a handler function, and a validation function.

Properties

condition

condition: string


description

description: string


examples

examples: ActionExample[][]


handler

handler: Handler


name

name: string


validate

validate: Validator