OpenAIChatCopilotOptions.WithTruncationStrategy

OpenAIChatCopilotOptions.WithTruncationStrategy method

Sets the truncation strategy for the chat copilot options.

public OpenAIChatCopilotOptions WithTruncationStrategy(TruncationStrategy truncationStrategy)
ParameterTypeDescription
truncationStrategyTruncationStrategyThe truncation strategy.

Return Value

The current instance of OpenAIChatCopilotOptions.

See Also