SessionFactory

fun interface SessionFactory

Create a ChatSession from a conversation. Implementation can hold other state.

Functions

Link copied to clipboard
abstract fun create(conversation: Conversation, context: Context): ChatSession