Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/agentlab/ui_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from agentlab.experiments.loop import EnvArgs, ExpArgs


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"):
try:
agent_args.flags.action.demo_mode = "default"
agent_args.flags.action.action_set.demo_mode = "default"
except AttributeError:
pass

Expand Down
Loading