Package com.azure.ai.openai.models
Class AzureChatExtensionDataSourceResponseCitation
java.lang.Object
com.azure.ai.openai.models.AzureChatExtensionDataSourceResponseCitation
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.
-
Method Summary
Modifier and TypeMethodDescriptionGet the chunkId property: The chunk ID of the citation.Get the content property: The content of the citation.Get the filepath property: The file path of the citation.getTitle()Get the title property: The title of the citation.getUrl()Get the url property: The URL of the citation.
-
Method Details
-
getContent
Get the content property: The content of the citation.- Returns:
- the content value.
-
getTitle
Get the title property: The title of the citation.- Returns:
- the title value.
-
getUrl
Get the url property: The URL of the citation.- Returns:
- the url value.
-
getFilepath
Get the filepath property: The file path of the citation.- Returns:
- the filepath value.
-
getChunkId
Get the chunkId property: The chunk ID of the citation.- Returns:
- the chunkId value.
-