MCPcopy Create free account
hub / github.com/astercloud/aster / EditTool

Struct EditTool

pkg/tools/builtin/edit.go:16–16  ·  view source on GitHub ↗

EditTool 增强的文件编辑工具 支持精确的字符串替换编辑功能

Source from the content-addressed store, hash-verified

14// EditTool 增强的文件编辑工具
15// 支持精确的字符串替换编辑功能
16type EditTool struct{}
17
18// NewEditTool 创建Edit工具
19func NewEditTool(config map[string]any) (tools.Tool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected