test: link Tool Search gateway QA coverage (#97374) · openclaw/openclaw@39c4c02
RomneyDa
·
2026-06-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
| 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. |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。