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

Struct ReadTool

pkg/tools/builtin/read.go:15–15  ·  view source on GitHub ↗

ReadTool 增强的文件读取工具 兼容标准Read工具功能

Source from the content-addressed store, hash-verified

13// ReadTool 增强的文件读取工具
14// 兼容标准Read工具功能
15type ReadTool struct{}
16
17// NewReadTool 创建文件读取工具
18func NewReadTool(config map[string]any) (tools.Tool, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected