Run it on every deploy
Wire LLM Chat into CI as a fast regression gate.
LLM Chat tests your agent’s text LLM directly through the provider’s native chat API. No browser, no phone, no audio: the AI tester sends messages as text and reads the replies as text, turn by turn. It is the fastest and cheapest connection type, which makes it the right tool for a high-frequency sanity check — run it on every deploy to catch regressions in prompt logic, tool calls, and response content before you spend credits on phone or browser tests.
Audio quality, TTS voice, and widget UI are out of scope here — for those, use phone, web voice, or web chat.
Create a project, or let Tessie do it from a plain-language prompt.
Add an LLM Chat channel
Click + Channel, pick the LLM Chat adapter (the platform is forced to Retell), and supply the Retell Chat Agent ID.
Write a test with the scenario and pass/fail criteria — the conversational logic, prompt instructions, dynamic variables, or tool responses you want to verify.
Run it. Because it is text-only, runs are quick and cheap.
Read the result — transcript, verdict, score, and analysis.
Run it on every deploy
Wire LLM Chat into CI as a fast regression gate.
Testing Retell
Run a suite
Benchmark the same suite across LLM, voice, and chat.