OpenAIOcrCopilotOptions.WithTopP

OpenAIOcrCopilotOptions.WithTopP method

Sets the top P value.

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

Return Value

The current instance of OpenAIOcrCopilotOptions.

See Also