core/ffi/litert_lm_client library

Classes

ConversationHandle
Per-conversation operations a session needs from the FFI layer.
LiteRtLmConversationHandle
One conversation owned by a LiteRtLmFfiClient. Each call to LiteRtLmFfiClient.createConversationHandle returns a fresh handle: the engine pointer is shared across handles, the conversation pointer is private to this handle.
LiteRtLmFfiClient
High-level Dart wrapper around the LiteRT-LM C API.