diff --git a/examples/foundational/49-thinking-functions.py b/examples/foundational/49-thinking-functions.py index ffc93dd04..e363b87fc 100644 --- a/examples/foundational/49-thinking-functions.py +++ b/examples/foundational/49-thinking-functions.py @@ -169,7 +169,7 @@ async def run_bot( messages.append( { "role": "user", - "content": "Check the status of flight AA100 and book me a taxi 2 hours beforehand if the flight is delayed.", + "content": "Check the status of flight AA100 and, if it's delayed, book me a taxi 2 hours before its departure time.", } ) await task.queue_frames([LLMRunFrame()])