useLLM

Configures the builder to use the specified Large Language Model (LLM) for subsequent tasks.

Return

The updated instance of SubtaskBuilderWithInputAndOutput with the specified LLM configured.

Parameters

llmModel

The Large Language Model (LLM) to be used, represented as an instance of LLModel.