Skip to content

Commit 51126ae

Browse files
fix typos 2
Co-authored-by: Patrice Bechard <[email protected]>
1 parent 11ffb9b commit 51126ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/agents/tool_use_agent/cua_like_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def get_action(self, obs: Any) -> float:
680680
general_hints=GeneralHints(use_hints=False),
681681
task_hint=TaskHint(use_task_hint=False),
682682
action_subsets=("coord",),
683-
keep_last_n_obs=5, # max 20 no more than 20 screenshots for claude
683+
keep_last_n_obs=5, # no more than 20 screenshots for claude
684684
multiaction=True,
685685
use_noop_as_default_action=False,
686686
use_generalized_bgym_action_tool=True,

0 commit comments

Comments
 (0)