We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c1308 commit b58f8bcCopy full SHA for b58f8bc
tests/test_ui_assistant.py
@@ -6,4 +6,4 @@ def test_make_exp_args():
6
"""Basic unit test to detect refactoring errors."""
7
exp_args = make_exp_args(AGENT_4o)
8
9
- assert exp_args.agent_args.flags.action.demo_mode == "default"
+ assert exp_args.agent_args.flags.action.action_set.demo_mode == "default"
0 commit comments