CHANGELOG and code comment tweaks

This commit is contained in:
Paul Kompfner
2025-10-29 16:21:04 -04:00
parent ddac24e6c9
commit 89e9acf0e1
2 changed files with 4 additions and 3 deletions

View File

@@ -222,6 +222,7 @@ Remember, your responses should be short. Just one or two sentences, usually. Re
# Kick off the conversation.
await task.queue_frames([LLMRunFrame()])
# Add a new tool at runtime after a delay.
async def set_tools_after_delay():
await asyncio.sleep(15)
new_tools = ToolsSchema(