OpenAIImageDescriptionCopilotOptions.WithMaxPromptTokens

OpenAIImageDescriptionCopilotOptions.WithMaxPromptTokens method

Sets the max prompt tokens for the image description copilot options.

public OpenAIImageDescriptionCopilotOptions WithMaxPromptTokens(int? maxPromptTokens)
ParameterTypeDescription
maxPromptTokensNullable`1The max prompt tokens to set.

Return Value

The current instance of OpenAIImageDescriptionCopilotOptions.

See Also