This commit is contained in:
João Moura
2024-07-03 18:40:58 -04:00
parent 62e662a690
commit 4cb0d4e572

View File

@@ -303,7 +303,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()