UNPKG

@elizaos/plugin-forms

Version:

Forms plugin for ElizaOS - structured conversational data collection

6 lines (5 loc) 176 B
import { Action } from '@elizaos/core'; /** * CreateFormAction initializes a new form from a template or custom definition. */ export declare const createFormAction: Action;