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

Method InputSchema

pkg/tools/cache.go:489–491  ·  view source on GitHub ↗

InputSchema 实现 Tool 接口

()

Source from the content-addressed store, hash-verified

487
488// InputSchema 实现 Tool 接口
489func (ct *CachedTool) InputSchema() map[string]any {
490 return ct.tool.InputSchema()
491}
492
493// Prompt 实现 Tool 接口
494func (ct *CachedTool) Prompt() string {

Callers

nothing calls this directly

Calls 1

InputSchemaMethod · 0.65

Tested by

no test coverage detected