Share via


AzureChatCitation Class

Definition

The AzureChatMessageContextCitation.

public class AzureChatCitation : System.ClientModel.Primitives.IJsonModel<Azure.AI.OpenAI.Chat.AzureChatCitation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.OpenAI.Chat.AzureChatCitation>
type AzureChatCitation = class
    interface IJsonModel<AzureChatCitation>
    interface IPersistableModel<AzureChatCitation>
Public Class AzureChatCitation
Implements IJsonModel(Of AzureChatCitation), IPersistableModel(Of AzureChatCitation)
Inheritance
AzureChatCitation
Implements

Properties

ChunkId

The chunk ID for the citation.

Content

The content of the citation.

Filepath

The file path for the citation.

Title

The title for the citation.

Url

The URL of the citation.

Explicit Interface Implementations

IJsonModel<AzureChatCitation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureChatCitation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureChatCitation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureChatCitation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureChatCitation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to