@mulmochat-plugin/form
v0.5.0
Published
Form plugin for MulmoChat
Readme
@mulmochat-plugin/form
A plugin for MulmoChat - a multi-modal voice chat application with OpenAI's GPT-4 Realtime API.
What this plugin does
Creates structured forms to collect user information with various field types.
Installation
yarn add @mulmochat-plugin/formUsage
import Plugin from "@mulmochat-plugin/form";
import "@mulmochat-plugin/form/style.css";
// Add to pluginList
const pluginList = [
// ... other plugins
Plugin,
];Development
# Install dependencies
yarn install
# Start dev server (http://localhost:5173/)
yarn dev
# Build
yarn build
# Type check
yarn typecheck
# Lint
yarn lintTest Prompts
Try these prompts to test the plugin:
- "Create a contact form with name, email, and message fields"
- "Make a survey form about user preferences"
- "Generate a registration form with username and password"
License
MIT
