Share via


AzureOpenAIModelFactory.AzureChatExtensionDataSourceResponseCitation Method

Definition

Initializes a new instance of AzureChatExtensionDataSourceResponseCitation.

public static Azure.AI.OpenAI.AzureChatExtensionDataSourceResponseCitation AzureChatExtensionDataSourceResponseCitation (string content = default, string title = default, string url = default, string filepath = default, string chunkId = default);
static member AzureChatExtensionDataSourceResponseCitation : string * string * string * string * string -> Azure.AI.OpenAI.AzureChatExtensionDataSourceResponseCitation
Public Shared Function AzureChatExtensionDataSourceResponseCitation (Optional content As String = Nothing, Optional title As String = Nothing, Optional url As String = Nothing, Optional filepath As String = Nothing, Optional chunkId As String = Nothing) As AzureChatExtensionDataSourceResponseCitation

Parameters

content
String

The content of the citation.

title
String

The title of the citation.

url
String

The URL of the citation.

filepath
String

The file path of the citation.

chunkId
String

The chunk ID of the citation.

Returns

A new AzureChatExtensionDataSourceResponseCitation instance for mocking.

Applies to