OpenAIChatCopilotOptions.WithTopP

OpenAIChatCopilotOptions.WithTopP method

Sets the top P value for the chat copilot options.

public OpenAIChatCopilotOptions WithTopP(double? topP)
ParameterTypeDescription
topPNullable`1The top P value to set.

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also