OpenAIChatCopilotOptions.WithTemperature

OpenAIChatCopilotOptions.WithTemperature method

Sets the temperature for the chat copilot options.

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

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also