MapGptInteractions

@Serializable
sealed class MapGptInteractions

Inheritors

Types

Link copied to clipboard
@Serializable
data class RawResponse(val text: String, val timeStamp: Long) : MapGptInteractions
Link copied to clipboard
@Serializable
data class Request(val apiHost: String, val request: MapGptStreamingRequest, val timeStamp: Long) : MapGptInteractions

Properties

Link copied to clipboard
abstract val timeStamp: Long