diff --git a/crewai/agents/output_parser.py b/crewai/agents/output_parser.py index 2b7ab8269..0825d6f0c 100644 --- a/crewai/agents/output_parser.py +++ b/crewai/agents/output_parser.py @@ -71,7 +71,7 @@ class CrewAgentOutputParser(ReActSingleInputOutputParser): } if usage == last_tool_usage: raise OutputParserException( - f"""\nI just used the {action} tool with input {tool_input}. So I already knwo the result of that.""" + f"""\nI just used the {action} tool with input {tool_input}. So I already know the result of that.""" ) result = self.cache.read(action, tool_input)