RunResponse.MaxCompletionTokens

RunResponse.MaxCompletionTokens property

Gets or sets the maximum number of completion tokens specified to have been used over the course of the run.

public int? MaxCompletionTokens { get; set; }

See Also