Package-level declarations

Types

Link copied to clipboard
class DefaultLiteRtLmConversation(delegate: <Error class: unknown class>) : LiteRtLmConversation

Default implementation of LiteRtLmConversation delegating to the native Conversation.

Link copied to clipboard
class DefaultLiteRtLmEngine(delegate: <Error class: unknown class>) : 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 LiteRtLmEngine

Interface wrapping the LiteRT-LM Engine to enable mockability.

Link copied to clipboard

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

Functions

Link copied to clipboard
fun <Error class: unknown class>.toLlmResponse(partial: Boolean = false): <Error class: unknown class>