AzureChatExtensionDataSourceResponseCitation interface

A single instance of additional context information available when Azure OpenAI chat extensions are involved in the generation of a corresponding chat completions response. This context information is only populated when using an Azure OpenAI request configured to use a matching extension.

Properties

chunkId

The chunk ID of the citation.

content

The content of the citation.

filepath

The file path of the citation.

title

The title of the citation.

url

The URL of the citation.

Property Details

chunkId

The chunk ID of the citation.

chunkId?: string

Property Value

string

content

The content of the citation.

content: string

Property Value

string

filepath

The file path of the citation.

filepath?: string

Property Value

string

title

The title of the citation.

title?: string

Property Value

string

url

The URL of the citation.

url?: string

Property Value

string