Code at docs/src/app/examples/assistant/single-field-assistant/page.tsx
Code at docs/src/app/examples/assistant/multi-field-assistant/page.tsx
This form uses the useFormAssistant
hook to enable the GPT-4 autofill functionality in two ways:
Code at docs/src/app/examples/assistant/gen-with-assistant/page.tsx
This form combines useGeneratedFormSchema
with useFormAssistant
hooks to generate a form from content + prompt, and then support GPT-4 autofill on it.