Companion

object Companion

Functions

Link copied to clipboard
suspend fun get(): PromptModel

Return injected PromptModel from the current coroutine scope or the one set via setGlobal.

Link copied to clipboard
fun setGlobal(promptModel: PromptModel?)

Sets a PromptModel which will be returned for every get call regardless of the current coroutine scope.