We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1201487 commit cf35d1bCopy full SHA for cf35d1b
tests/sdk/subagent/test_subagent_registry.py
@@ -323,7 +323,7 @@ def test_agent_definition_to_factory_model_profile(tmp_path: Path) -> None:
323
name="profile-agent",
324
description="Uses a profile",
325
model="fast-gpt",
326
- tools=["ReadTool"],
+ tools=[],
327
system_prompt="Profile test.",
328
)
329
@@ -360,7 +360,7 @@ def test_agent_definition_to_factory_model_profile_with_json_suffix(
360
361
description="Uses a profile with .json suffix",
362
model="fast-gpt.json",
363
364
365
366
0 commit comments