Update output_parser.py (#42)

This commit is contained in:
SuperMalinge
2024-01-03 00:52:12 +01:00
committed by GitHub
parent f6c042e58e
commit 00e584312c

View File

@@ -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)