Skip to main content

Simple Agent Setup

Simple (Vanilla) agents use the base model directly, with no training or RAG indexing. This is the fastest and lowest-cost way to deploy a basic assistant.

🧠 Overview​

Use this option for quick experimentation, demos, or general-purpose chat.

Simple Form

🧾 Form Fields​

Base Model​

Choose the foundational model your assistant will use for responses (e.g., GPT-4.1 mini).

Note: There’s no RAG toggle or training data required for this mode.

🧰 Tips​

  • Add Custom Prompts later to tailor tone and response behavior.
  • Upgrade to Fine-tuning or RAG when you’re ready to incorporate domain knowledge.