diff options
| author | Eddie Santos <[email protected]> | 2025-06-07 13:38:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-07 13:38:05 -0700 |
| commit | 27fdd1b6e6e50882ee9a17c85c5f6b845d4973ce (patch) | |
| tree | 1a75c9c755c8ce02e39e0da79342cbd79b359acd /packages/core/src/tools/tool-registry.test.ts | |
| parent | 51cd5ffd91b1a061ee1da2b048c22cd05ca3e836 (diff) | |
Add embedder (#818)
Diffstat (limited to 'packages/core/src/tools/tool-registry.test.ts')
| -rw-r--r-- | packages/core/src/tools/tool-registry.test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/core/src/tools/tool-registry.test.ts b/packages/core/src/tools/tool-registry.test.ts index f57f5bce..0c23a74e 100644 --- a/packages/core/src/tools/tool-registry.test.ts +++ b/packages/core/src/tools/tool-registry.test.ts @@ -126,6 +126,7 @@ class MockTool extends BaseTool<{ param: string }, ToolResult> { const baseConfigParams: ConfigParameters = { apiKey: 'test-api-key', model: 'test-model', + embeddingModel: 'test-embedding-model', sandbox: false, targetDir: '/test/dir', debugMode: false, |
