Start

The Start class is a specialized type of NodeReference that serves as a reference to the starting node of an AIAgentSubgraph. This node initiates the processing of the subgraph by resolving and returning the subgraph's starting node.

Parameters

Input

The type of input data that this node reference accepts and processes.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun resolve(subgraph: AIAgentSubgraph<*, *>): AIAgentNodeBase<Input, Input>

Resolves the starting node of the given subgraph and casts it to the appropriate type.