Table of Contents

Enum Choice.FinishReasonEnum

Namespace
AutoGen.Mistral
Assembly
AutoGen.Mistral.dll
[JsonConverter(typeof(JsonPropertyNameEnumConverter<Choice.FinishReasonEnum>))]
public enum Choice.FinishReasonEnum

Fields

[JsonPropertyName("error")] Error = 4
[JsonPropertyName("length")] Length = 2

Enum Length for value: length

[JsonPropertyName("model_length")] ModelLength = 3

Enum ModelLength for value: model_length

[JsonPropertyName("stop")] Stop = 1

Enum Stop for value: stop

[JsonPropertyName("tool_calls")] ToolCalls = 5