mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
renamed all (#3207)
This commit is contained in:
committed by
GitHub
Unverified
parent
1ae0b09e42
commit
d8cf8361bd
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user