feat: type capability results

This commit is contained in:
lda
2026-07-31 14:35:06 +07:00 Verified
parent c96fee4e7d
commit 82f764f7a6
11 changed files with 423 additions and 136 deletions
+2
View File
@@ -84,6 +84,8 @@ async def test_inspect_capability_returns_detail_with_wrapper_hints(
detail = await api.inspect_capability(qualified_name="demo.personal.echo_tool")
assert detail["name"] == "demo.personal.echo_tool"
assert detail["source_id"] == "demo.personal"
assert detail["kind"] == "node_spec"
assert "wrapper_hints" in detail
hints = detail["wrapper_hints"]
assert hints["capability_name"] == "demo.personal.echo_tool"