Finish

Represents the final node in an AI agent subgraph workflow. The Finish node signifies the end of the processing within the subgraph and provides the result of the subgraph's operations.

Parameters

Output

The type of output data produced by this finish node.

Constructors

Link copied to clipboard
constructor()

Functions

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

Resolves and returns the finishing node of the given AI agent subgraph.