increase attempts

This commit is contained in:
Engel Nyst
2024-06-27 04:18:26 +02:00
parent 92997d0e39
commit 33ab1fa2ad

View File

@@ -161,7 +161,7 @@ class CodeActAgent(Agent):
system_message: str = get_system_message()
in_context_example: str = f"Here is an example of how you can interact with the environment for task solving:\n{get_in_context_example()}\n\nNOW, LET'S START!"
attempts_to_condense: int = 2
attempts_to_condense: int = 10
action_parser = CodeActResponseParser()