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

Struct BaseTool

pkg/tools/enhanced_types.go:18–21  ·  view source on GitHub ↗

BaseTool 基础工具实现(提供默认的空方法)

Source from the content-addressed store, hash-verified

16
17// BaseTool 基础工具实现(提供默认的空方法)
18type BaseTool struct {
19 ToolName string // 导出字段
20 ToolDescription string // 导出字段
21}
22
23// NewBaseTool 创建基础工具
24func NewBaseTool(name, description string) *BaseTool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected