Rename smart_edit to replace to align with the EditTool (#7621)

This commit is contained in:
Silvio Junior
2025-09-02 20:38:59 -04:00
committed by GitHub
parent d12946ca8c
commit edb346d4ed

View File

@@ -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(