Potential fix for pull request finding 'Unused local variable'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
João Moura
2026-03-01 15:21:08 -03:00
committed by GitHub
parent 690d00198c
commit d2a5256ca3

View File

@@ -1439,7 +1439,7 @@ def test_lite_agent_native_parallel_tool_calls_with_after_llm_hook():
)
agent._after_llm_call_hooks.append(after_hook)
result = agent.kickoff("What is 2+3 and 4+5?")
agent.kickoff("What is 2+3 and 4+5?")
assert hook_called["count"] >= 1
assert len(agent.tools_results) == 2