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 2d27f9b commit 9e85d88Copy full SHA for 9e85d88
src/agentlab/ui_assistant.py
@@ -7,7 +7,7 @@
7
from agentlab.experiments.loop import EnvArgs, ExpArgs
8
9
10
-def make_exp_args(agent_args: AgentArgs, start_url="https://www.google.com"):
+def make_exp_args(agent_args: GenericAgentArgs, start_url="https://www.google.com"):
11
try:
12
agent_args.flags.action.action_set.demo_mode = "default"
13
except AttributeError:
0 commit comments