LlamaCopilotOptionsBase.MaxCompletionTokens

LlamaCopilotOptionsBase.MaxCompletionTokens property

Gets or sets the maximum number of completion tokens that may be used over the course of the run.

public int? MaxCompletionTokens { get; set; }

See Also