Condividi tramite


DataSourceOutputContextFlags Enum

Definition

The include_context flags to request for an On Your Data retrieval result, which control what information will be available on AzureChatMessageContext instances in the response.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum DataSourceOutputContextFlags
[<System.Flags>]
type DataSourceOutputContextFlags = 
Public Enum DataSourceOutputContextFlags
Inheritance
DataSourceOutputContextFlags
Attributes

Fields

AllRetrievedDocuments 4
Citations 2
Intent 1

Remarks

By default, intent and citations will be requested.

This value is provided as a bitmask flag. For example, to request intent and all_retrieved_documents contexts, use the bitwise OR operator by assigning Intent | AllRetrievedDocuments.

Applies to