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

Struct ToolNode

go/engine/node.go:142–144  ·  view source on GitHub ↗

ToolNode is embedded by tool-only nodes that never participate in the state machine

Source from the content-addressed store, hash-verified

140
141// ToolNode is embedded by tool-only nodes that never participate in the state machine
142type ToolNode struct {
143 id string
144}
145
146// NewToolNode creates a new ToolNode
147func NewToolNode(id string) ToolNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected