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

Function NewTaskTool

pkg/tools/builtin/task.go:48–50  ·  view source on GitHub ↗

NewTaskTool 创建Task工具

(config map[string]any)

Source from the content-addressed store, hash-verified

46
47// NewTaskTool 创建Task工具
48func NewTaskTool(config map[string]any) (tools.Tool, error) {
49 return &TaskTool{}, nil
50}
51
52func (t *TaskTool) Name() string {
53 return "Task"

Calls

no outgoing calls