mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
increase default max inter
This commit is contained in:
@@ -104,7 +104,7 @@ class Agent(BaseAgent):
|
|||||||
description="Keep messages under the context window size by summarizing content.",
|
description="Keep messages under the context window size by summarizing content.",
|
||||||
)
|
)
|
||||||
max_iter: int = Field(
|
max_iter: int = Field(
|
||||||
default=15,
|
default=20,
|
||||||
description="Maximum number of iterations for an agent to execute a task before giving it's best answer",
|
description="Maximum number of iterations for an agent to execute a task before giving it's best answer",
|
||||||
)
|
)
|
||||||
max_retry_limit: int = Field(
|
max_retry_limit: int = Field(
|
||||||
|
|||||||
Reference in New Issue
Block a user