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

Method Name

pkg/tools/interface.go:47–47  ·  view source on GitHub ↗

Name 工具名称

()

Source from the content-addressed store, hash-verified

45type Tool interface {
46 // Name 工具名称
47 Name() string
48
49 // Description 工具描述
50 Description() string

Callers 15

SelectToolsMethod · 0.65
cleanupFilesMethod · 0.65
NameMethod · 0.65
ExecuteMethod · 0.65
GetToolSchemaMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
IndexToolMethod · 0.65
TestToolFactoryFunction · 0.65
loadSubagentsMethod · 0.65

Implementers 15

CachedToolpkg/tools/cache.go
BaseToolpkg/tools/enhanced_types.go
mockToolWithAnnotationspkg/tools/annotations_test.go
mockToolWithoutAnnotationspkg/tools/annotations_test.go
mockToolpkg/tools/constraints_test.go
MockToolpkg/tools/cache_test.go
mockToolpkg/tools/bridge/bridge_test.go
MockToolpkg/tools/bridge/ptc_integration_test.
addToolpkg/tools/knowledge/factory.go
searchToolpkg/tools/knowledge/factory.go
MCPToolAdapterpkg/tools/mcp/adapter.go
CodeExecuteToolpkg/tools/builtin/codeexecute.go

Calls

no outgoing calls

Tested by 2

TestToolFactoryFunction · 0.52