ResolvedModel

data class ResolvedModel(val effectiveModel: LLModel)(source)

Represents a resolved model for use by PromptExecutorAPI. Outcome of PromptExecutorAPI.resolveModel

Constructors

Link copied to clipboard
constructor(effectiveModel: LLModel)

Properties

Link copied to clipboard

The effective LLModel instance that will be used by PromptExecutorAPI for performing operations.