你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChatMessageContext.Citations Property

Definition

The citations produced by the data retrieval.

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

Property Value

Applies to