test: promote OpenAI HTTP QA coverage (#97369) · openclaw/openclaw@119dc4b
RomneyDa
·
2026-06-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -235,6 +235,7 @@ describe("qa scenario catalog", () => {
|
235 | 235 | it("loads folded HTTP API script scenarios with primary taxonomy coverage", () => { |
236 | 236 | expect(readQaScenarioById("openai-compatible-chat-tools").coverage?.primary).toStrictEqual([ |
237 | 237 | "gateway.openai-compatible-apis", |
| 238 | +"runtime.hosted-tool-use", |
238 | 239 | ]); |
239 | 240 | expect(readQaScenarioById("openai-web-search-minimal").coverage?.primary).toStrictEqual([ |
240 | 241 | "runtime.reasoning-and-cache-controls", |
@@ -244,6 +245,7 @@ describe("qa scenario catalog", () => {
|
244 | 245 | ).toStrictEqual(["web-search.openai-native-web-search", "plugins.web-search-and-fetch"]); |
245 | 246 | expect(readQaScenarioById("openwebui-openai-compatible").coverage?.primary).toStrictEqual([ |
246 | 247 | "gateway.openai-compatible-apis", |
| 248 | +"runtime.hosted-provider-turns", |
247 | 249 | ]); |
248 | 250 | }); |
249 | 251 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。