FallbackPromptExecutorSettings

data class FallbackPromptExecutorSettings(val fallbackModel: LLModel)(source)

Represents configuration for a fallback large language model (LLM) execution strategy.

This class is used to specify a fallback LLM model that can be utilized when the primary LLM execution fails. It ensures that the fallback model is associated with the specified fallback provider.

Constructors

Link copied to clipboard
constructor(fallbackModel: LLModel)

Properties

Link copied to clipboard

The LLModel instance to be used for fallback execution.