MistralAIChatCompletionStreamResponse

class MistralAIChatCompletionStreamResponse(val choices: List<OpenAIStreamChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String? = null, val objectType: String, val usage: MistralAIUsage? = null) : OpenAIBaseLLMStreamResponse(source)

Mistral AI Chat Completion Streaming Response

Constructors

Link copied to clipboard
constructor(choices: List<OpenAIStreamChoice>, created: Long, id: String, model: String, systemFingerprint: String? = null, objectType: String, usage: MistralAIUsage? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val created: Long
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val model: String
Link copied to clipboard
@SerialName(value = "object")
val objectType: String
Link copied to clipboard
Link copied to clipboard