AIAgentSubgraphBuilder
constructor(name: String? = null, inputType: KType, outputType: KType, toolSelectionStrategy: ToolSelectionStrategy, llmModel: LLModel?, llmParams: LLMParams?)(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.