OpenAIChatCopilotOptions.WithMaxPromptTokens

OpenAIChatCopilotOptions.WithMaxPromptTokens method

Sets the max prompt tokens for the chat copilot options.

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

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also