OpenAIImageDescriptionCopilotOptions.WithTemperature

OpenAIImageDescriptionCopilotOptions.WithTemperature method

Sets the temperature for the image description copilot options.

public OpenAIImageDescriptionCopilotOptions WithTemperature(double? temperature)
ParameterTypeDescription
temperatureNullable`1The temperature to set.

Return Value

The current instance of OpenAIImageDescriptionCopilotOptions.

See Also