Tweak the prompt of the thinking + functions example to not confuse Gemini as much (Gemini found the original prompt a bit ambiguous, it seems)

This commit is contained in:
Paul Kompfner
2025-12-04 15:55:37 -05:00
parent 15f5583fd2
commit 747bd4f737

View File

@@ -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()])