ConnectionStatus

org.llm4s.llmconnect.utils.ConnectionStatus
See theConnectionStatus companion object
sealed trait ConnectionStatus

Connection status for LLM clients.

Represents the current state of a provider connection: connected, disconnected, connecting, or in an error state with an optional underlying cause.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connected
object Connecting
object Disconnected
class Error
In this article