Share via


AzureChatMessageContext Class

Definition

An additional property, added to chat completion response messages, produced by the Azure OpenAI service when using extension behavior. This includes intent and citation information from the On Your Data feature.

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

Properties

AllRetrievedDocuments

Summary information about documents retrieved by the data retrieval operation.

Citations

The citations produced by the data retrieval.

Intent

The detected intent from the chat history, which is used to carry conversation context between interactions.

Explicit Interface Implementations

IJsonModel<AzureChatMessageContext>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureChatMessageContext>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureChatMessageContext>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureChatMessageContext>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureChatMessageContext>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to