mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Update agent.py (#161)
adding tools to the list of attribute descriptions
This commit is contained in:
@@ -44,6 +44,7 @@ class Agent(BaseModel):
|
|||||||
max_rpm: Maximum number of requests per minute for the agent execution to be respected.
|
max_rpm: Maximum number of requests per minute for the agent execution to be respected.
|
||||||
verbose: Whether the agent execution should be in verbose mode.
|
verbose: Whether the agent execution should be in verbose mode.
|
||||||
allow_delegation: Whether the agent is allowed to delegate tasks to other agents.
|
allow_delegation: Whether the agent is allowed to delegate tasks to other agents.
|
||||||
|
tools: Tools at agents disposal
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__hash__ = object.__hash__
|
__hash__ = object.__hash__
|
||||||
|
|||||||
Reference in New Issue
Block a user