From 7290c06f11afd6bc227e4c311c709cd9e0afc3ab Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Fri, 20 Dec 2024 07:29:54 +1100 Subject: [PATCH] Twilio spelling corrected --- notebook/agentchat_realtime_swarm.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notebook/agentchat_realtime_swarm.ipynb b/notebook/agentchat_realtime_swarm.ipynb index 6f690b847d..dc9365b82b 100644 --- a/notebook/agentchat_realtime_swarm.ipynb +++ b/notebook/agentchat_realtime_swarm.ipynb @@ -18,13 +18,13 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Install AG2 with realtime-twillio dependencies\n", + "## Install AG2 with realtime-twilio dependencies\n", "\n", - "To use the realtime agent we will connect it to twillio service, this tutorial was inspired by [twillio tutorial](https://www.twilio.com/en-us/blog/voice-ai-assistant-openai-realtime-api-node) for connecting to OpenAPI real-time agent.\n", + "To use the realtime agent we will connect it to twilio service, this tutorial was inspired by [twilio tutorial](https://www.twilio.com/en-us/blog/voice-ai-assistant-openai-realtime-api-node) for connecting to OpenAPI real-time agent.\n", "\n", - "We have prepared a `TwillioAdapter` to enable you to connect your realtime agent to twillio service.\n", + "We have prepared a `TwilioAdapter` to enable you to connect your realtime agent to twilio service.\n", "\n", - "To be able to run this notebook, you will need to install ag2 with additional realtime and twillio dependencies." + "To be able to run this notebook, you will need to install ag2 with additional realtime and twilio dependencies." ] }, {