AzureChatExtensionsMessageContext interface

A representation of the 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

citations

The contextual information associated with the Azure chat extensions used for a chat completions request. These messages describe the data source retrievals, plugin invocations, and other intermediate steps taken in the course of generating a chat completions response that was augmented by capabilities from Azure OpenAI chat extensions.

intent

The detected intent from the chat history, used to pass to the next turn to carry over the context.

Property Details

citations

The contextual information associated with the Azure chat extensions used for a chat completions request. These messages describe the data source retrievals, plugin invocations, and other intermediate steps taken in the course of generating a chat completions response that was augmented by capabilities from Azure OpenAI chat extensions.

citations?: AzureChatExtensionDataSourceResponseCitation[]

Property Value

intent

The detected intent from the chat history, used to pass to the next turn to carry over the context.

intent?: string

Property Value

string