OpenAIChatCopilotOptions.WithMaxPromptTokens

OpenAIChatCopilotOptions.WithMaxPromptTokens-Methode

Legt die maximalen Prompt-Token für die Chat-Copilot-Optionen fest.

public OpenAIChatCopilotOptions WithMaxPromptTokens(int? maxPromptTokens)
ParameterTypBeschreibung
maxPromptTokensNullable`1Die maximalen Prompt-Token, die festgelegt werden sollen.

Rückgabewert

Die aktuelle Instanz von OpenAIChatCopilotOptions.

Siehe auch