Update tool_usage.py

This commit is contained in:
theCyberTech - Rip&Tear
2024-05-23 20:21:08 +08:00
committed by GitHub
parent 370e7795db
commit 95d18d5b6f

View File

@@ -290,7 +290,7 @@ class ToolUsage:
Example: Example:
{"tool_name": "tool name", "arguments": {"arg_name1": "value", "arg_name2": 2}}""", {"tool_name": "tool name", "arguments": {"arg_name1": "value", "arg_name2": 2}}""",
), ),
max_attemps=1, max_attempts=1,
) )
calling = converter.to_pydantic() calling = converter.to_pydantic()