From 45ccea65d11d398f738503385ddd31b1a65d2e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Thu, 4 Jul 2024 16:35:21 -0300 Subject: [PATCH] Update src/crewai/agent.py Co-authored-by: Gui Vieira --- src/crewai/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/agent.py b/src/crewai/agent.py index f816d7896..d0773d9a6 100644 --- a/src/crewai/agent.py +++ b/src/crewai/agent.py @@ -194,7 +194,7 @@ class Agent(BaseAgent): self._rpm_controller.stop_rpm_counter() # If there was any tool in self.tools_results that had result_as_answer - # set to True, return the restuls of the last tool that had + # set to True, return the results of the last tool that had # result_as_answer set to True for tool_result in self.tools_results: if tool_result.get("result_as_answer", False):