ProviderExchangeLogging

org.llm4s.llmconnect.ProviderExchangeLogging
See theProviderExchangeLogging companion object

Runtime configuration for capturing raw LLM provider exchanges.

Exchange logging is disabled by default. Applications can opt in by supplying a ProviderExchangeSink through ProviderExchangeLogging.Enabled when constructing a client.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Enabled(sink: ProviderExchangeSink)