increase default max inter

This commit is contained in:
João Moura
2024-09-26 21:38:24 -03:00
parent 35ef69d0e8
commit 22d187c714

View File

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