load

abstract suspend fun load(conversationId: String): List<Message>(source)

Load previously stored conversation history.

Return

The stored messages, or an empty list if no history exists.

Parameters

conversationId

Unique identifier for the conversation.