Skip to content

Commit 2d27f9b

Browse files
author
yi xiang
committed
Fix the bug to enable the demo_mode
1 parent cad0629 commit 2d27f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/ui_assistant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def make_exp_args(agent_args: AgentArgs, start_url="https://www.google.com"):
1111
try:
12-
agent_args.flags.action.demo_mode = "default"
12+
agent_args.flags.action.action_set.demo_mode = "default"
1313
except AttributeError:
1414
pass
1515

0 commit comments

Comments
 (0)