次の方法で共有


IStreamingResponse.AddCitations Method

Definition

Overloads

Name Description
AddCitations(IList<Citation>)

Sets the citations for the full message.

AddCitations(IList<ClientCitation>)

Sets the citations for the full message.

AddCitations(IList<Citation>)

Sets the citations for the full message.

public void AddCitations(System.Collections.Generic.IList<Microsoft.Agents.Core.Models.Citation> citations);
abstract member AddCitations : System.Collections.Generic.IList<Microsoft.Agents.Core.Models.Citation> -> unit
Public Sub AddCitations (citations As IList(Of Citation))

Parameters

citations
IList<Citation>

Citations to be included in the message.

Applies to

AddCitations(IList<ClientCitation>)

Sets the citations for the full message.

public void AddCitations(System.Collections.Generic.IList<Microsoft.Agents.Core.Models.ClientCitation> citations);
abstract member AddCitations : System.Collections.Generic.IList<Microsoft.Agents.Core.Models.ClientCitation> -> unit
Public Sub AddCitations (citations As IList(Of ClientCitation))

Parameters

citations
IList<ClientCitation>

Citations to be included in the message.

Applies to