IStreamingResponse.AddCitations Method
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.
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
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.