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

Method Description

pkg/tools/cache.go:484–486  ·  view source on GitHub ↗

Description 实现 Tool 接口

()

Source from the content-addressed store, hash-verified

482
483// Description 实现 Tool 接口
484func (ct *CachedTool) Description() string {
485 return ct.tool.Description()
486}
487
488// InputSchema 实现 Tool 接口
489func (ct *CachedTool) InputSchema() map[string]any {

Callers

nothing calls this directly

Calls 1

DescriptionMethod · 0.65

Tested by

no test coverage detected