OpenAIStreamingChatMessageContent.FinishReason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The reason why the completion finished.
public OpenAI.Chat.ChatFinishReason? FinishReason { get; set; }
member this.FinishReason : Nullable<OpenAI.Chat.ChatFinishReason> with get, set
Public Property FinishReason As Nullable(Of ChatFinishReason)
Property Value
Nullable<OpenAI.Chat.ChatFinishReason>