OpenAIImageDescriptionCopilotOptions.WithTopP

OpenAIImageDescriptionCopilotOptions.WithTopP method

Sets the top P value for the image description copilot options.

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

Return Value

The current instance of OpenAIImageDescriptionCopilotOptions.

See Also