LiteRTConversationFactory

Factory that creates a host LiteRT conversation for one SDK model call.

Implementations normally translate LiteRTConversationRequest into the platform engine's conversation/session object and return a LiteRTConversation wrapper around that session.

Since

0.3.0-beta01

Functions

Link copied to clipboard
abstract suspend fun create(request: LiteRTConversationRequest): LiteRTConversation