AIAgentSubgraphBuilder
constructor(name: String? = null, inputType: KType, outputType: KType, toolSelectionStrategy: ToolSelectionStrategy, llmModel: LLModel?, llmParams: LLMParams?, responseProcessor: ResponseProcessor? = null)(source)
Parameters
Input
The input type expected by the starting node of the subgraph.
Output
The output type produced by the finishing node of the subgraph.
llmModel
Initial LLM model used in this subgraph
llmParams
Initial LLM prompt parameters used in this subgraph
responseProcessor
Initial optional processor defining the post-processing of messages returned from the LLM.