From 04518b52c0ddcd5ae1192763c55e472add218b3c Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 19 Jun 2025 16:52:22 -0700 Subject: Auth First Run (#1207) Co-authored-by: Tommaso Sciortino Co-authored-by: N. Taylor Mullen --- packages/core/src/tools/tool-registry.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'packages/core/src/tools') diff --git a/packages/core/src/tools/tool-registry.test.ts b/packages/core/src/tools/tool-registry.test.ts index 87bb47d8..b39ec7b9 100644 --- a/packages/core/src/tools/tool-registry.test.ts +++ b/packages/core/src/tools/tool-registry.test.ts @@ -125,11 +125,7 @@ class MockTool extends BaseTool<{ param: string }, ToolResult> { const baseConfigParams: ConfigParameters = { cwd: '/tmp', - contentGeneratorConfig: { - model: 'test-model', - apiKey: 'test-api-key', - vertexai: false, - }, + model: 'test-model', embeddingModel: 'test-embedding-model', sandbox: undefined, targetDir: '/test/dir', -- cgit v1.2.3