Advanced settings
Use the advanced settings to override prompts, AI models, etc.
Pass custom functions to GptBundleConfig
to override default settings.
Supported models are the ones from OpenAI that support JSON input and output.
Check all OpenAI models.
GeneratorArgsType
contains the content and the prompt provided by the frontend:
Check packages/server/src/actions/form-gen.tsx
implementation for more details.
AssistantArgsType
is what the frontend provides as context to the AI:
Check packages/server/src/actions/form-assistant.tsx
implementation for more details.