MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / ID

Method ID

go/engine/node.go:151–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149}
150
151func (b *ToolNode) ID() string { return b.id }
152func (b *ToolNode) AddTransition(port string, _ Transition) error {
153 return fmt.Errorf("node %s: tool nodes cannot accept state transitions (port %q)", b.id, port)
154}

Callers 1

TestToolNodeFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestToolNodeFunction · 0.76