Update agent.py (#161)

adding tools to the list of attribute descriptions
This commit is contained in:
scott------
2024-01-21 14:56:19 -05:00
committed by GitHub
parent e8a31da05d
commit 5322cff6a9

View File

@@ -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__