AzureChatGroundingEnhancementConfiguration Class

Definition

A representation of the available options for the Azure OpenAI grounding enhancement.

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

Constructors

AzureChatGroundingEnhancementConfiguration(Boolean)

Initializes a new instance of AzureChatGroundingEnhancementConfiguration.

Properties

Enabled

Specifies whether the enhancement is enabled.

Explicit Interface Implementations

IJsonModel<AzureChatGroundingEnhancementConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AzureChatGroundingEnhancementConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AzureChatGroundingEnhancementConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureChatGroundingEnhancementConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AzureChatGroundingEnhancementConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to