We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a29c3 commit a1bf0a9Copy full SHA for a1bf0a9
src/openagi/agent.py
@@ -45,7 +45,7 @@ class Admin(BaseModel):
45
description="Actions that the Agent supports", default_factory=list
46
)
47
max_iterations: int = Field(
48
- default=15, description="Maximum number of steps to achieve the objective."
+ default=20, description="Maximum number of steps to achieve the objective."
49
50
output_format: OutputFormat = Field(
51
default=OutputFormat.markdown,
0 commit comments