AIAgentNodeBuilder
A Java builder class for creating AIAgentNode with a specified name. This allows the configuration of the node's input type.
Parameters
name
The name of the AIAgentNode, or null if unspecified.
Functions
Link copied to clipboard
fun <Input : Any> withInput(typeToken: ERROR CLASS: Symbol not found for TypeToken): AIAgentNodeBuilderWithInput<Input>
Configures the builder to use the specified input type for constructing an AIAgentNode.
Specifies the input type for building an AIAgentNode.