Skip to content

Commit 1061882

Browse files
committed
test: link Tool Search gateway QA coverage
1 parent 69af58b commit 1061882

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
title: Tool Search gateway E2E
2+
3+
scenario:
4+
id: tool-search-gateway-e2e
5+
surface: runtime
6+
coverage:
7+
primary:
8+
- runtime.hosted-tool-use
9+
secondary:
10+
- plugins.plugin-tools
11+
- tools.invocation
12+
objective: Verify the Tool Search gateway E2E script keeps a large plugin-owned tool catalog behind the compact bridge while still invoking the selected plugin tool.
13+
successCriteria:
14+
- Direct mode exposes the fake plugin tool schemas and calls the selected plugin tool.
15+
- Tool Search code mode exposes only the compact bridge to the provider.
16+
- The compact bridge calls the same selected plugin tool and records bridge plus target tool mentions in session logs.
17+
- The Tool Search request payload is smaller than direct tool exposure for the large fake catalog.
18+
docsRefs:
19+
- docs/tools/tool-search.md
20+
- docs/gateway/protocol.md
21+
- docs/concepts/qa-e2e-automation.md
22+
codeRefs:
23+
- scripts/tool-search-gateway-e2e.ts
24+
- test/scripts/tool-search-gateway-e2e.test.ts
25+
execution:
26+
kind: script
27+
path: scripts/tool-search-gateway-e2e.ts
28+
summary: Script-backed gateway E2E for compact Tool Search bridge and plugin-owned tool invocation.

0 commit comments

Comments
 (0)