MCPcopy Create free account
hub / github.com/IBM/AssetOpsBench / _step_finish

Function _step_finish

src/agent/opencode_agent/tests/test_runner.py:264–271  ·  view source on GitHub ↗
(input_tokens, output_tokens)

Source from the content-addressed store, hash-verified

262
263
264def _step_finish(input_tokens, output_tokens):
265 return {
266 "type": "step_finish",
267 "part": {
268 "type": "step-finish",
269 "tokens": {"input": input_tokens, "output": output_tokens},
270 },
271 }
272
273
274def test_answer_excludes_intermediate_narration():

Calls

no outgoing calls

Tested by

no test coverage detected