ChatCompletionSkill.ExtraParametersBehavior Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How extra parameters are handled by Azure AI Foundry. Default is 'error'.
public Azure.Search.Documents.Indexes.Models.ChatCompletionExtraParametersBehavior? ExtraParametersBehavior { get; set; }
member this.ExtraParametersBehavior : Nullable<Azure.Search.Documents.Indexes.Models.ChatCompletionExtraParametersBehavior> with get, set
Public Property ExtraParametersBehavior As Nullable(Of ChatCompletionExtraParametersBehavior)