Share via


AzureChatExtensionsMessageContext.Citations Property

Definition

The contextual information associated with the Azure chat extensions used for a chat completions request. These messages describe the data source retrievals, plugin invocations, and other intermediate steps taken in the course of generating a chat completions response that was augmented by capabilities from Azure OpenAI chat extensions.

public System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.AzureChatExtensionDataSourceResponseCitation> Citations { get; }
member this.Citations : System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.AzureChatExtensionDataSourceResponseCitation>
Public ReadOnly Property Citations As IReadOnlyList(Of AzureChatExtensionDataSourceResponseCitation)

Property Value

Applies to