MCPcopy
hub / github.com/IBM/AssetOpsBench / _step

Function _step

src/agent/tests/test_models.py:6–15  ·  view source on GitHub ↗
(n: int, deps: list[int] | None = None)

Source from the content-addressed store, hash-verified

4
5
6def _step(n: int, deps: list[int] | None = None) -> PlanStep:
7 return PlanStep(
8 step_number=n,
9 task=f"Task {n}",
10 server="iot",
11 tool="sites",
12 tool_args={},
13 dependencies=deps or [],
14 expected_output="output",
15 )
16
17
18class TestPlanResolvedOrder:

Calls 1

PlanStepClass · 0.90

Tested by

no test coverage detected