mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 21:28:10 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user