getValue

operator fun getValue(thisRef: Any?, property: KProperty<*>): AIAgentNodeBase<Input, Output>(source)

Retrieves an instance of AIAgentNodeBase associated with the given property. This operator function acts as a delegate to dynamically provide a reference to an AI agent node.

Return

The instance of AIAgentNodeBase corresponding to the property.

Parameters

thisRef

The object on which the property is accessed. This parameter can be null.

property

The metadata of the property for which this delegate is being used.