你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ElasticsearchChatDataSource.OutputContextFlags Property

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.

public Azure.AI.OpenAI.Chat.DataSourceOutputContexts? OutputContextFlags { get; set; }
member this.OutputContextFlags : Nullable<Azure.AI.OpenAI.Chat.DataSourceOutputContexts> with get, set
Public Property OutputContextFlags As Nullable(Of DataSourceOutputContexts)

Property Value

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