We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3319e47 commit 90f5199Copy full SHA for 90f5199
eval_protocol/mcp/execution/manager.py
@@ -115,9 +115,6 @@ async def _execute_with_semaphore(idx):
115
116
shared_tool_schema = envs.tool_schemas
117
118
- # Clean up
119
- # await envs.close()
120
-
121
# Enhanced reporting with control plane info
122
successful = sum(1 for traj in trajectories if traj.total_reward > 0)
123
terminated_by_control_plane = sum(
0 commit comments