Skip to content

Commit a1bf0a9

Browse files
committed
revert back to previous admin max_iterations
1 parent 25a29c3 commit a1bf0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openagi/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Admin(BaseModel):
4545
description="Actions that the Agent supports", default_factory=list
4646
)
4747
max_iterations: int = Field(
48-
default=15, description="Maximum number of steps to achieve the objective."
48+
default=20, description="Maximum number of steps to achieve the objective."
4949
)
5050
output_format: OutputFormat = Field(
5151
default=OutputFormat.markdown,

0 commit comments

Comments
 (0)