mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-07 03:40:36 -07:00
Add embedder (#818)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user