DefinedAIAgentSubgraphBuilder
Initializes the builder with a name, tool selection strategy, LLM configuration, response processor, input/output types, and a subgraph build action.
Parameters
The type of the input data for the subgraph.
The type of the output data for the subgraph.
The name of the subgraph.
Strategy to determine which tools are included in this subgraph. Defaults to using all tools.
The Large Language Model (LLM) to use for generating responses, or null if no model is provided.
Optional parameters for configuring the behavior of the LLM, such as temperature or context length.
A processor for handling and modifying the response after the subgraph's execution.
The class representing the input type for the subgraph.
The class representing the output type for the subgraph.
The action that defines the logic for constructing the subgraph.