Tutorial
ยท
9 min min read
Build your first agent with a system prompt
Build your first agent with a system prompt
Create a virtual model, define behavior via prompt, connect RAG, and validate via API.
Create virtual model
- Create a virtual model with a stable slug.
- Link it to your target deployment.
- Verify API reachability.
Define system prompt
- Define role and objective clearly.
- Set response style and boundaries.
- Define fallback behavior for missing context.
Connect RAG
- Assign a knowledge base.
- Test retrieval quality.
- Validate responses against reference questions.