Package-level declarations

Types

Link copied to clipboard
class DefaultLiteRtLmConversation(delegate: ERROR CLASS: Symbol not found for Conversation) : LiteRtLmConversation

Default implementation of LiteRtLmConversation delegating to the native Conversation.

Link copied to clipboard
class DefaultLiteRtLmEngine(delegate: ERROR CLASS: Symbol not found for Engine) : LiteRtLmEngine

Default implementation of LiteRtLmEngine delegating to the native Engine.

Link copied to clipboard

Interface wrapping the LiteRT-LM Conversation to enable mockability.

Link copied to clipboard

Interface wrapping the LiteRT-LM Engine to enable mockability.

Link copied to clipboard
class LiteRtLmModel : <ERROR CLASS> ERROR CLASS: Symbol not found for Model, AutoCloseable

A Model implementation that uses the LiteRT-LM runtime to generate content.

Functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for LiteRtLmMessage.toLlmResponse(partial: Boolean = false): ERROR CLASS: Symbol not found for LlmResponse