From bfe8b2828fc8c08ca30d397a1c8772f4403c6712 Mon Sep 17 00:00:00 2001 From: "fanny.riols" Date: Tue, 31 Mar 2026 17:07:56 -0400 Subject: [PATCH 1/3] Update documentation for ElevenLabs User Simulator --- docs/experiment_setup.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/docs/experiment_setup.md b/docs/experiment_setup.md index 8cdfd640..af7002df 100644 --- a/docs/experiment_setup.md +++ b/docs/experiment_setup.md @@ -114,20 +114,24 @@ EVA_MODEL_LIST='[ ## ElevenLabs User Simulator -The user simulator is an ElevenLabs Agent with the following configuration: - -| Parameter | Value | -|---|---| -| LLM | GPT-4.1 | -| Voice (female) | Natalee Champlin | -| Voice (male) | Eric | -| Input audio | μ-law telephony, 8000 Hz | -| Turn detection silence | 15ms | -| Max conversation duration | 600s | -| Interruptions | Disabled | -| First message | None (agent speaks first) | -| Default personality | Disabled | -| Tools | end_call (user ends the call once task is complete or conversation cannot be advanced) | +We created 2 ElevenLabs Agents for the user simulator, with a female and a male voice, with the following configuration: + +| Parameter | Value | +|--------------------------------------|-----------------------------------------------------------------------------------| +| Voice (female) | Natalee Champlin | +| Voice (male) | Eric - Smooth, Trustworthy | +| TTS model family | V3 Conversational | +| Expressive mode | Enabled (no tags selected) | +| Language | English | +| LLM | GPT-5.1 | +| System prompt | {{prompt}} | +| Default personality | Disabled | +| First message | None (remove the default first message, as the agent speaks first) | +| Interruptible | Disabled | +| Advanced > Input audio | μ-law telephony, 8000 Hz | +| Advanced > Take turn after silence | 15ms | +| Advanced > Max conversation duration | 600s | +| Tools > System tools | Enable "End conversation" (Name is `end_call`, and Description is provided below) | The simulator is prompted with a specific user goal and is instructed to stay on task, communicate all required named entities clearly, and terminate when the goal is accomplished or the task is clearly unlikely to succeed. @@ -146,3 +150,5 @@ Call this function when any ONE of the following is true: Before calling this tool, always say a brief goodbye first. ``` + +You can then get your `agent-id` from the Widget tab of your agent. \ No newline at end of file From b1690e6b53bb4ea18a04c91effc240436e08ed87 Mon Sep 17 00:00:00 2001 From: fanny-riols <9221915+fanny-riols@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:13:41 +0000 Subject: [PATCH 2/3] Apply pre-commit --- docs/experiment_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/experiment_setup.md b/docs/experiment_setup.md index af7002df..70993ecd 100644 --- a/docs/experiment_setup.md +++ b/docs/experiment_setup.md @@ -151,4 +151,4 @@ Call this function when any ONE of the following is true: Before calling this tool, always say a brief goodbye first. ``` -You can then get your `agent-id` from the Widget tab of your agent. \ No newline at end of file +You can then get your `agent-id` from the Widget tab of your agent. From c515d87471e3415a3fb55c113032e6e4b61796fe Mon Sep 17 00:00:00 2001 From: "fanny.riols" Date: Wed, 1 Apr 2026 09:08:57 -0400 Subject: [PATCH 3/3] Add the first step to create the agent --- docs/experiment_setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/experiment_setup.md b/docs/experiment_setup.md index 70993ecd..d49b277a 100644 --- a/docs/experiment_setup.md +++ b/docs/experiment_setup.md @@ -114,7 +114,8 @@ EVA_MODEL_LIST='[ ## ElevenLabs User Simulator -We created 2 ElevenLabs Agents for the user simulator, with a female and a male voice, with the following configuration: +We created 2 ElevenLabs Agents for the user simulator, one with a female and one with a male voice. When you create a new agent, create a "Blank Agent". +Then, use the following configuration: | Parameter | Value | |--------------------------------------|-----------------------------------------------------------------------------------|