mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(qa): enable OpenAI for stored audio scenario (#119349)
This commit is contained in:
committed by
GitHub
parent
702e0277bd
commit
15499e7fc2
@@ -67,6 +67,7 @@ describe("qa scenario catalog channel contracts", () => {
|
||||
|
||||
expect(scenario.coverage?.primary).toEqual(["media.inbound-media-store"]);
|
||||
expect(scenario.coverage?.secondary).toEqual(["channels.inbound-media-normalization"]);
|
||||
expect(scenario.plugins).toContain("openai");
|
||||
expect(scenario.execution.channel).toBe("qa-channel");
|
||||
expect(scenario.execution.providerMode).toBe("mock-openai");
|
||||
expect(flow).toContain('"sendInbound"');
|
||||
|
||||
@@ -3,6 +3,8 @@ title: Inbound media-store audio transcription
|
||||
scenario:
|
||||
id: inbound-media-store-audio-transcription
|
||||
surface: media-understanding
|
||||
plugins:
|
||||
- openai
|
||||
coverage:
|
||||
primary:
|
||||
- media.inbound-media-store
|
||||
|
||||
Reference in New Issue
Block a user