nodeDoNothing
fun <T> AIAgentSubgraphBuilderBase<*, *>.nodeDoNothing(name: String? = null): AIAgentNodeDelegateBase<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.