OpenAIResponse

@Serializable
data class OpenAIResponse(val choices: List<Choice>)

Constructors

Link copied to clipboard
constructor(choices: List<Choice>)

Properties

Link copied to clipboard