nodeDoNothing

inline fun <T> nodeDoNothing(name: String? = null): AIAgentNodeDelegate<T, T>(source)

A pass-through node that does nothing and returns input as output

Parameters

name

Optional node name, defaults to delegate's property name.