We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad0629 commit 2d27f9bCopy full SHA for 2d27f9b
src/agentlab/ui_assistant.py
@@ -9,7 +9,7 @@
9
10
def make_exp_args(agent_args: AgentArgs, start_url="https://www.google.com"):
11
try:
12
- agent_args.flags.action.demo_mode = "default"
+ agent_args.flags.action.action_set.demo_mode = "default"
13
except AttributeError:
14
pass
15
0 commit comments