Enum DataSourceOutputContexts
The include_context
flags to request for an On Your Data retrieval result, which control what information
will be available on ChatMessageContext instances in the response.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.AI.OpenAI.dll
Syntax
[System.Flags]
public enum DataSourceOutputContexts
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
.
AllRetrievedDocuments
Citations
Intent