How the AI Works
ResolveBot uses RAG (Retrieval-Augmented Generation) to answer questions accurately.
The Pipeline
- Embedding — Customer message converted to a vector
- Vector Search — Top 5 matching knowledge base passages retrieved
- Response — GPT-4o mini generates an answer using only those passages
- Confidence — Score calculated with heuristic adjustments
- Action — Auto-send, draft, or escalate based on score
⚠️
The AI will NEVER invent information. If the answer isn't in your knowledge base, it says so and offers to connect with a human.
Cost Per Ticket
~$0.006 (less than 1 cent). Included in your plan — no per-ticket charges.
Language
The AI detects the customer's language and responds in the same language. Vector search works across languages.