Share via


ChatCompletionExtraParametersBehavior type

Defines values for ChatCompletionExtraParametersBehavior.
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