ConversationInput

@Serializable
data class ConversationInput(val timestamp: Long, val requestUrl: String?, val request: MapGptStreamingRequest)

Constructors

Link copied to clipboard
constructor(timestamp: Long, requestUrl: String?, request: MapGptStreamingRequest)

Properties

Link copied to clipboard
val request: MapGptStreamingRequest
Link copied to clipboard
Link copied to clipboard