Clarify text in docstring (#662)

This commit is contained in:
Paul Sanders
2024-05-23 23:04:01 -04:00
committed by Braelyn Boynton
parent 96e0dacfc1
commit a08d0dfe12

View File

@@ -52,7 +52,7 @@ class Agent(BaseModel):
backstory: The backstory of the agent.
config: Dict representation of agent configuration.
llm: The language model that will run the agent.
function_calling_llm: The language model that will the tool calling for this agent, it overrides the crew function_calling_llm.
function_calling_llm: The language model that will handle the tool calling for this agent, it overrides the crew function_calling_llm.
max_iter: Maximum number of iterations for an agent to execute a task.
memory: Whether the agent should have memory or not.
max_rpm: Maximum number of requests per minute for the agent execution to be respected.