useLLM
fun useLLM(llmModel: ERROR CLASS: Symbol not found for LLModel): SubtaskBuilderWithOutput<Output>(source)
Configures the builder to use the specified Large Language Model (LLM) for subsequent tasks.
Parameters
llmModel
The Large Language Model (LLM) to be used, represented as an instance of LLModel.