CompletionPhase

sealed class CompletionPhase(source)

Since

0.3.0-beta01

Inheritors

Types

Link copied to clipboard
class Done(val text: String) : CompletionPhase
Link copied to clipboard
class Failed(val text: String, val cause: Throwable) : CompletionPhase
Link copied to clipboard
data object Idle : CompletionPhase
Link copied to clipboard
class Streaming(val text: String) : CompletionPhase