ToolNode is embedded by tool-only nodes that never participate in the state machine
| 140 | |
| 141 | // ToolNode is embedded by tool-only nodes that never participate in the state machine |
| 142 | type ToolNode struct { |
| 143 | id string |
| 144 | } |
| 145 | |
| 146 | // NewToolNode creates a new ToolNode |
| 147 | func NewToolNode(id string) ToolNode { |
nothing calls this directly
no outgoing calls
no test coverage detected