Table of Contents

Class ChatCompletionResponse

Namespace
AutoGen.Mistral
Assembly
AutoGen.Mistral.dll
public class ChatCompletionResponse
Inheritance
ChatCompletionResponse
Inherited Members

Properties

Choices

Gets or Sets Choices

[JsonPropertyName("choices")]
public List<Choice>? Choices { get; set; }

Property Value

List<Choice>

Created

Gets or Sets Created

[JsonPropertyName("created")]
public int Created { get; set; }

Property Value

int

Examples

1702256327

Id

Gets or Sets Id

[JsonPropertyName("id")]
public string? Id { get; set; }

Property Value

string

Examples

cmpl-e5cc70bb28c444948073e77776eb30ef

Model

Gets or Sets Model

[JsonPropertyName("model")]
public string? Model { get; set; }

Property Value

string

Examples

mistral-tiny

Usage

Gets or Sets Usage

[JsonPropertyName("usage")]
public Usage? Usage { get; set; }

Property Value

Usage

VarObject

Gets or Sets VarObject

[JsonPropertyName("object")]
public string? VarObject { get; set; }

Property Value

string

Examples

chat.completion