PromptModelNotAvailableException

Thrown when PromptModel is not present in the current coroutine context.

This happens when PromptModel was not injected in the coroutine context with either withContext or by using rememberCoroutineScope { promptModel }.

Constructors

Link copied to clipboard
constructor()

Properties

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