bump codeact to 1.10

This commit is contained in:
Xingyao Wang
2024-09-12 15:08:48 +00:00
committed by RajWorking
parent 4743eb4c35
commit df28a7a5b9

View File

@@ -38,7 +38,7 @@ from openhands.utils.prompt import PromptManager
class CodeActAgent(Agent):
VERSION = '1.9'
VERSION = '1.10'
"""
The Code Act Agent is a minimalist agent.
The agent works by passing the model a list of action-observation pairs and prompting the model to take the next step.