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

Function test_parse_tool_call_plain_json

src/agent/tests/test_runner.py:598–602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596
597
598def test_parse_tool_call_plain_json():
599 raw = '{"tool": "sites", "args": {}}'
600 result = _parse_tool_call(raw)
601 assert result["tool"] == "sites"
602 assert result["args"] == {}
603
604
605def test_parse_tool_call_with_markdown_fence():

Callers

nothing calls this directly

Calls 1

_parse_tool_callFunction · 0.90

Tested by

no test coverage detected