We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc95bbb commit f22586fCopy full SHA for f22586f
tests/tools/task/test_task_manager.py
@@ -237,8 +237,7 @@ def factory(llm: LLM) -> Agent:
237
manager, _ = _manager_with_parent(tmp_path)
238
agent = manager._get_sub_agent("test_expert")
239
assert isinstance(agent, Agent)
240
- assert len(factory_called_with) == 1
241
- assert factory_called_with[0].stream is False
+ assert agent.llm.stream is False
242
243
def test_unknown_agent_type_raises(self, tmp_path):
244
0 commit comments