Fix sample

This commit is contained in:
Tao Chen
2026-06-05 09:24:17 -07:00
Unverified
parent 2f385003fc
commit 3a520a1cc2
@@ -155,7 +155,7 @@ async def main() -> None:
print("=== Demonstration of a tool with approvals ===\n")
await run_weather_agent_with_approval(stream=False)
# await run_weather_agent_with_approval(stream=True)
await run_weather_agent_with_approval(stream=True)
if __name__ == "__main__":