Share via


OpenAIAssistantInvocationOptions.MaxCompletionTokens Property

Definition

The maximum number of completion tokens that may be used over the course of the run.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public int? MaxCompletionTokens { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.MaxCompletionTokens : Nullable<int> with get, set
Public Property MaxCompletionTokens As Nullable(Of Integer)

Property Value

Attributes

Applies to