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

Struct WriteTool

pkg/tools/builtin/write.go:19–19  ·  view source on GitHub ↗

WriteTool 增强的文件写入工具 兼容标准Write工具功能

Source from the content-addressed store, hash-verified

17// WriteTool 增强的文件写入工具
18// 兼容标准Write工具功能
19type WriteTool struct{}
20
21// NewWriteTool 创建文件写入工具
22func NewWriteTool(config map[string]any) (tools.Tool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected