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 f6c4d948d1
commit a8258f6e34
+1 -1
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(