SubgraphWithFinishToolBuilder
constructor(name: String?, toolSelectionStrategy: ToolSelectionStrategy = ToolSelectionStrategy.ALL, llmModel: LLModel? = null, llmParams: LLMParams? = null, responseProcessor: ResponseProcessor? = null, inputClass: ERROR CLASS: Symbol not found for Class<Input>, finishTool: Tool<Output, OutputTransformed>)(source)
Parameters
Input
The type of the input entity.
Output
The type of the output entity before transformation.
OutputTransformed
The type of the output entity after transformation.