org.llm4s.llmconnect.utils

Members list

Type members

Classlikes

object ChunkingUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ClientHealth(status: ConnectionStatus, lastHealthCheck: Instant, responseTimeMs: Option[Long], errorCount: Long, capabilities: Option[ProviderCapabilities])

Health check information

Health check information

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ConnectionStatus

Connection status for LLM clients

Connection status for LLM clients

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Connected
object Connecting
object Disconnected
class Error

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object ModelSelector

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ProviderCapabilities(supportsStreaming: Boolean, supportsToolCalls: Boolean, supportsFunctionCalling: Boolean, supportsVision: Boolean, maxTokens: Option[Int], supportedModels: List[String], metadata: Map[String, String])

Provider capabilities information

Provider capabilities information

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type