We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f95733 commit 2ea7c51Copy full SHA for 2ea7c51
1 file changed
src/agents/subagent-spawn.test-helpers.ts
@@ -194,6 +194,10 @@ export async function loadSubagentSpawnModuleForTest(params: {
194
195
const resetSubagentRegistryForTests = vi.fn();
196
197
+ vi.doMock("./provider-model-normalization.runtime.js", () => ({
198
+ normalizeProviderModelIdWithRuntime: () => undefined,
199
+ }));
200
+
201
vi.doMock("./subagent-spawn.runtime.js", () => ({
202
callGateway: (opts: unknown) => params.callGatewayMock(opts),
203
buildSubagentSystemPrompt: () => "system-prompt",
0 commit comments