Share via


StreamingChatCompletionsUpdate.FinishReason Property

Definition

Gets the CompletionsFinishReason associated with this update.

public Azure.AI.Inference.CompletionsFinishReason? FinishReason { get; }
member this.FinishReason : Nullable<Azure.AI.Inference.CompletionsFinishReason>
Public ReadOnly Property FinishReason As Nullable(Of CompletionsFinishReason)

Property Value

Remarks

Corresponds to e.g. $.choices[0].finish_reason in the underlying REST schema.

FinishReason assignment typically appears in the final streamed update message associated with a choice.

Applies to