store

abstract suspend fun store(conversationId: String, messages: List<Message>)(source)

Store a list of messages as conversation history.

Parameters

conversationId

Unique identifier for the conversation.

messages

The messages to store.