diff --git a/notebook/agentchat_realtime_swarm.ipynb b/notebook/agentchat_realtime_swarm.ipynb index 59db0bcb26..909f5ad95d 100644 --- a/notebook/agentchat_realtime_swarm.ipynb +++ b/notebook/agentchat_realtime_swarm.ipynb @@ -402,7 +402,7 @@ "async def handle_incoming_call(request: Request):\n", " \"\"\"Handle incoming call and return TwiML response to connect to Media Stream.\"\"\"\n", " response = VoiceResponse()\n", - " response.say(\"Please wait while we connect your call to the AI voice assistant.\")\n", + " response.say(\"Welcome to Agentic Airways, please wait while we connect your call to the AI voice assistant.\")\n", " response.pause(length=1)\n", " response.say(\"O.K. you can start talking!\")\n", " host = request.url.hostname\n",