Skip to content

Commit 4f11e0e

Browse files
fix: add missing stream parameter to autogen_mcp run_eval fixture
Align _run() signature with other agents (react_agent, agentic_rag) for interface consistency. The parameter defaults to False and is not wired to TaskConfig since autogen always uses non-streaming for evals. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2b8e6ed commit 4f11e0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agents/autogen/mcp_agent/tests/behavioral/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async def _run(
101101
timeout_seconds: float = 30.0,
102102
max_tokens_budget: int | None = None,
103103
model: str | None = None,
104+
stream: bool = False,
104105
) -> TaskResult:
105106
config = TaskConfig(
106107
agent_url=agent_url,

0 commit comments

Comments
 (0)