mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Update tool_usage.py
This commit is contained in:
committed by
GitHub
parent
370e7795db
commit
95d18d5b6f
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user