mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-06 22:58:30 +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.
|
||||
verbose: Whether the agent execution should be in verbose mode.
|
||||
allow_delegation: Whether the agent is allowed to delegate tasks to other agents.
|
||||
tools: Tools at agents disposal
|
||||
"""
|
||||
|
||||
__hash__ = object.__hash__
|
||||
|
||||
Reference in New Issue
Block a user