Share via


StreamingChatCompletionsUpdate.ContentUpdate Property

Definition

Gets the content fragment associated with this update.

public string ContentUpdate { get; }
member this.ContentUpdate : string
Public ReadOnly Property ContentUpdate As String

Property Value

Remarks

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

Each update contains only a small number of tokens. When presenting or reconstituting a full, streamed response, all ContentUpdate values for the same ChoiceIndex should be combined.

Applies to