Skip to content

Commit 9e85d88

Browse files
authored
Improved typing
1 parent 2d27f9b commit 9e85d88

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
@@ -7,7 +7,7 @@
77
from agentlab.experiments.loop import EnvArgs, ExpArgs
88

99

10-
def make_exp_args(agent_args: AgentArgs, start_url="https://www.google.com"):
10+
def make_exp_args(agent_args: GenericAgentArgs, start_url="https://www.google.com"):
1111
try:
1212
agent_args.flags.action.action_set.demo_mode = "default"
1313
except AttributeError:

0 commit comments

Comments
 (0)