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

Method Name

pkg/tools/builtin/write.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (t *WriteTool) Name() string {
27 return "Write" // 使用标准的工具名称
28}
29
30func (t *WriteTool) Description() string {
31 return "向本地文件系统写入文件内容"

Callers 1

TestNewWriteToolFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNewWriteToolFunction · 0.76