Reset iteration budget and update default max_iterations to 500 (#5590)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Robert Brennan 2024-12-13 15:46:40 -05:00 committed by GitHub
parent d733bc6bdd
commit deb2d330b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ from types import UnionType
from typing import get_args, get_origin
OH_DEFAULT_AGENT = 'CodeActAgent'
OH_MAX_ITERATIONS = 100
OH_MAX_ITERATIONS = 500
def get_field_info(f):