From 95d18d5b6f9bc4b918ce693d2780f6e464d99547 Mon Sep 17 00:00:00 2001 From: theCyberTech - Rip&Tear <84775494+theCyberTech@users.noreply.github.com> Date: Thu, 23 May 2024 20:21:08 +0800 Subject: [PATCH] Update tool_usage.py --- src/crewai/tools/tool_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/tools/tool_usage.py b/src/crewai/tools/tool_usage.py index d4d128dbd..14e214d81 100644 --- a/src/crewai/tools/tool_usage.py +++ b/src/crewai/tools/tool_usage.py @@ -290,7 +290,7 @@ class ToolUsage: Example: {"tool_name": "tool name", "arguments": {"arg_name1": "value", "arg_name2": 2}}""", ), - max_attemps=1, + max_attempts=1, ) calling = converter.to_pydantic()