There was an error while loading. Please reload this page.
2 parents 11c78cf + 5361fd0 commit 7188b80Copy full SHA for 7188b80
1 file changed
tests/test_toolsets_extended.py
@@ -35,7 +35,7 @@ def test_create_with_custom_subagents(self):
35
instructions="You research topics thoroughly.",
36
),
37
]
38
- toolset = create_subagent_toolset(subagents=subagents)
+ toolset = create_subagent_toolset(default_model="test", subagents=subagents)
39
assert toolset is not None
40
41
def test_create_without_general_purpose(self):
0 commit comments