mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-07 03:40:36 -07:00
docs: fix typos in source code and documentation (#13577)
This commit is contained in:
@@ -182,7 +182,7 @@ export class MockModifiableTool
|
||||
extends BaseDeclarativeTool<Record<string, unknown>, ToolResult>
|
||||
implements ModifiableDeclarativeTool<Record<string, unknown>>
|
||||
{
|
||||
// Should be overrided in test file. Functionality will be updated in follow
|
||||
// Should be overridden in test file. Functionality will be updated in follow
|
||||
// up PR which has MockModifiableTool expect MockTool
|
||||
executeFn: (params: Record<string, unknown>) => ToolResult | undefined = () =>
|
||||
undefined;
|
||||
|
||||
Reference in New Issue
Block a user