From b5465364fa71645ee8410547a8520941890e45f3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 13 Aug 2025 12:37:13 -0400 Subject: [PATCH] Foundational 19: Respond in English --- examples/foundational/19-openai-realtime-beta.py | 2 +- examples/foundational/19a-azure-realtime-beta.py | 2 +- examples/foundational/19b-openai-realtime-beta-text.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/foundational/19-openai-realtime-beta.py b/examples/foundational/19-openai-realtime-beta.py index a9aa27c45..ec510e2d0 100644 --- a/examples/foundational/19-openai-realtime-beta.py +++ b/examples/foundational/19-openai-realtime-beta.py @@ -137,7 +137,7 @@ You have access to the following tools: - get_current_weather: Get the current weather for a given location. - get_restaurant_recommendation: Get a restaurant recommendation for a given location. -Remember, your responses should be short. Just one or two sentences, usually.""", +Remember, your responses should be short. Just one or two sentences, usually. Respond in English.""", ) llm = OpenAIRealtimeBetaLLMService( diff --git a/examples/foundational/19a-azure-realtime-beta.py b/examples/foundational/19a-azure-realtime-beta.py index 8bcd1569c..600bb4490 100644 --- a/examples/foundational/19a-azure-realtime-beta.py +++ b/examples/foundational/19a-azure-realtime-beta.py @@ -133,7 +133,7 @@ You have access to the following tools: - get_current_weather: Get the current weather for a given location. - get_restaurant_recommendation: Get a restaurant recommendation for a given location. -Remember, your responses should be short. Just one or two sentences, usually.""", +Remember, your responses should be short. Just one or two sentences, usually. Respond in English.""", ) llm = AzureRealtimeBetaLLMService( diff --git a/examples/foundational/19b-openai-realtime-beta-text.py b/examples/foundational/19b-openai-realtime-beta-text.py index 04ad42fc8..5c38f29ab 100644 --- a/examples/foundational/19b-openai-realtime-beta-text.py +++ b/examples/foundational/19b-openai-realtime-beta-text.py @@ -139,7 +139,7 @@ You have access to the following tools: - get_current_weather: Get the current weather for a given location. - get_restaurant_recommendation: Get a restaurant recommendation for a given location. -Remember, your responses should be short. Just one or two sentences, usually.""", +Remember, your responses should be short. Just one or two sentences, usually. Respond in English.""", ) llm = OpenAIRealtimeBetaLLMService(