From 4a48aefd19c41b07df05d081522ed5a322e46cba Mon Sep 17 00:00:00 2001 From: Thuc Le Date: Sat, 7 Jun 2025 16:33:26 +0700 Subject: [PATCH] Update 6_multi_agent.py remove unused variable The current_tool_calls is not used in the main loop event. So remove it instead --- 6_multi_agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/6_multi_agent.py b/6_multi_agent.py index 76fda71..8a7853f 100644 --- a/6_multi_agent.py +++ b/6_multi_agent.py @@ -98,7 +98,6 @@ async def main(): """) current_agent = None - current_tool_calls = "" async for event in handler.stream_events(): if ( hasattr(event, "current_agent_name")