mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Clarify text in docstring (#662)
This commit is contained in:
committed by
Braelyn Boynton
parent
96e0dacfc1
commit
a08d0dfe12
@@ -52,7 +52,7 @@ class Agent(BaseModel):
|
|||||||
backstory: The backstory of the agent.
|
backstory: The backstory of the agent.
|
||||||
config: Dict representation of agent configuration.
|
config: Dict representation of agent configuration.
|
||||||
llm: The language model that will run the agent.
|
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.
|
max_iter: Maximum number of iterations for an agent to execute a task.
|
||||||
memory: Whether the agent should have memory or not.
|
memory: Whether the agent should have memory or not.
|
||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user