共用方式為


AzureChatExtensionDataSourceResponseCitation interface

當 Azure OpenAI 聊天延伸模組涉及產生對應的聊天完成回應時,其他內容資訊的單一實例。 只有在使用設定為使用相符延伸模組的 Azure OpenAI 要求時,才會填入此內容資訊。

屬性

chunkId

引文的區塊標識碼。

content

引文的內容。

filepath

引文的檔案路徑。

title

引文的標題。

url

引文的 URL。

屬性詳細資料

chunkId

引文的區塊標識碼。

chunkId?: string

屬性值

string

content

引文的內容。

content: string

屬性值

string

filepath

引文的檔案路徑。

filepath?: string

屬性值

string

title

引文的標題。

title?: string

屬性值

string

url

引文的 URL。

url?: string

屬性值

string