CompletionResponse

sealed interface CompletionResponse(source)

Inheritors

Types

Link copied to clipboard
data class Error(val message: String) : CompletionResponse
Link copied to clipboard
data class Ok(val values: List<String>, val total: Int? = null, val hasMore: Boolean? = null) : CompletionResponse