Table of Contents

Class Usage

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

Properties

CompletionTokens

Gets or Sets CompletionTokens

[JsonPropertyName("completion_tokens")]
public int CompletionTokens { get; set; }

Property Value

int

Examples

93

PromptTokens

[JsonPropertyName("prompt_tokens")]
public int PromptTokens { get; set; }

Property Value

int

TotalTokens

Gets or Sets TotalTokens

[JsonPropertyName("total_tokens")]
public int TotalTokens { get; set; }

Property Value

int

Examples

107