ModelResolutionException

class ModelResolutionException(requestedModel: LLModel, detailedMsg: String? = null, cause: Throwable? = null) : Exception(source)

Exception thrown when model resolution (PromptExecutorAPI.resolveModel) fails for a requested model.

Constructors

Link copied to clipboard
constructor(requestedModel: LLModel, detailedMsg: String? = null, cause: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?