ProviderExchangeSink

org.llm4s.llmconnect.ProviderExchangeSink
See theProviderExchangeSink companion object

Sink for completed provider exchanges.

Library code emits completed exchanges here when exchange logging is enabled. Sinks are deliberately simple and synchronous in the first version; callers can always wrap them later if they want batching or async behavior.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def record(exchange: ProviderExchange): Unit