ChatCompletionExtraParametersBehavior type

Specifies how 'extraParameters' should be handled by Azure AI Foundry. Defaults to 'error'.
KnownChatCompletionExtraParametersBehavior can be used interchangeably with ChatCompletionExtraParametersBehavior, this enum contains the known values that the service supports.

Known values supported by the service

passThrough: Passes any extra parameters directly to the model.
drop: Drops all extra parameters.
error: Raises an error if any extra parameter is present.

type ChatCompletionExtraParametersBehavior = string