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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(