Skip to content

Commit

Permalink
Update response message to match video
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Dec 19, 2024
1 parent ea01e71 commit c68633e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/agentchat_realtime_swarm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c68633e

Please sign in to comment.