KnownChatCompletionExtraParametersBehavior enum

Specifies how 'extraParameters' should be handled by Azure AI Foundry. Defaults to 'error'.

Fields

Drop

Drops all extra parameters.

Error

Raises an error if any extra parameter is present.

PassThrough

Passes any extra parameters directly to the model.