org.llm4s.llmconnect.utils
package org.llm4s.llmconnect.utils
Members list
Type members
Classlikes
object ChunkingUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChunkingUtils.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Connection status for LLM clients
Connection status for LLM clients
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ConnectionStatus
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ConnectionStatus.type
object ModelSelector
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ModelSelector.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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SimilarityUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SimilarityUtils.type
In this article