SubgraphWithFinishToolBuilder
constructor(name: String?, toolSelectionStrategy: ToolSelectionStrategy = ToolSelectionStrategy.ALL, llmModel: ERROR CLASS: Symbol not found for LLModel?? = null, llmParams: ERROR CLASS: Symbol not found for LLMParams?? = null, responseProcessor: ERROR CLASS: Symbol not found for ResponseProcessor?? = null, inputClass: Class<Input>, finishTool: ERROR CLASS: Symbol not found for Tool<Output, OutputTransformed>)(source)
Type 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.