#is there a plan to have simulated conversations with a user prompt in the test feature that's curre
1 messages · Page 1 of 1 (latest)
Short answer: yes—this already exists via the Agents API. You can run simulated conversations and define the “simulated user” with your own prompt using the simulate-conversation (batch) or simulate-conversation/stream endpoints. Pass the simulated_user_config with a PromptAgent prompt in simulation_specification. (elevenlabs.io)
Regarding a UI “Test” feature in the alpha: the public docs don’t announce a UI control for user‑prompted simulations or give a roadmap. The product page references Workflows & Testing (and “Test guardrails”), but only Multi‑agent workflows is explicitly marked “Coming soon.” No additional UI details are documented. (elevenlabs.io)
If you need this today, use the API pages above; the guide shows concrete SDK examples with a user prompt. (elevenlabs.io)
Sources:
Simulate conversation | ElevenLabs Documentation
Deploy Conversational AI Agents in Minutes, Not Months | ElevenLabs
Simulate Conversations | ElevenLabs Documentation
is it able to use the regular tools or is it required to define mock tools?