diff options
Diffstat (limited to 'packages/core/src/tools/tool-registry.test.ts')
| -rw-r--r-- | packages/core/src/tools/tool-registry.test.ts | 6 |
1 files changed, 1 insertions, 5 deletions
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', |
