mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
Rename smart_edit to replace to align with the EditTool (#7621)
This commit is contained in:
parent
d12946ca8c
commit
edb346d4ed
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ export class SmartEditTool
|
|||
extends BaseDeclarativeTool<EditToolParams, ToolResult>
|
||||
implements ModifiableDeclarativeTool<EditToolParams>
|
||||
{
|
||||
static readonly Name = 'smart_edit';
|
||||
static readonly Name = 'replace';
|
||||
|
||||
constructor(private readonly config: Config) {
|
||||
super(
|
||||
|
|
|
|||
Loading…
Reference in a new issue