This page is under construction. The outline below sketches what it will cover.
Approval— confirm/deny card whose outcome is injected back into the conversation.Choice— clickable option list; each option button carries its value as tool arguments.FileUpload— drag-and-drop file picker; file bytes are stored via aFileStorageAdapterand never pass through the LLM; handles tracked in session state.FormInput— renders a validated form from any Standard Schema (Zod, Valibot, ArkType); submissions are validated server-side with the same schema.