getSessionHistory

abstract suspend fun getSessionHistory(): AiAssistantRemoteClient.AiAssistantResponse<List<CompletionResponse>>

Retrieves the session history for a given session ID.

Return

The session history.