UNPKG

@elizaos/plugin-forms

Version:

Forms plugin for ElizaOS - structured conversational data collection

12 lines (11 loc) 348 B
import { type TestSuite, type IAgentRuntime } from '@elizaos/core'; export declare class FormsPluginTestSuite implements TestSuite { name: string; description: string; tests: { name: string; fn: (runtime: IAgentRuntime) => Promise<void>; }[]; } declare const _default: FormsPluginTestSuite; export default _default;