renamed all (#3207)

This commit is contained in:
Eduard van Valkenburg
2026-01-14 06:54:07 +01:00
committed by GitHub
Unverified
parent 1ae0b09e42
commit d8cf8361bd
125 changed files with 1024 additions and 1027 deletions
@@ -26,7 +26,7 @@ async def run_agent_framework() -> None:
name="TourGuide",
instructions="Provide travel recommendations in short bursts.",
)
# AF streaming provides incremental AgentRunResponseUpdate objects.
# AF streaming provides incremental AgentResponseUpdate objects.
print("[AF][stream]", end=" ")
async for update in agent.run_stream("Plan a day in Copenhagen for foodies."):
if update.text: