AIAgentNodeBuilderWithInput
A Java builder class for creating AIAgentNode with a specified input type.
Parameters
The type of input data the AIAgentNode will process.
Functions
Appends a prompt to the AI agent node configuration.
Configures an AI agent node to evaluate and critique input data as a simulated "judge" using a specified task and an optional Large Language Model (LLM).
Sends a streaming request to the Large Language Model (LLM) and processes the results, optionally using a specified structure definition for content customization.
Configures the node to produce a structured output based on the specified configuration.
Specifies the output type for the AIAgentNode and returns a builder for creating a typed AIAgentNode.
Specifies the output type for the AI agent node and returns a builder for creating a typed AI agent node.