Share via


OpenAIAssistantExecutionOptions.MaxPromptTokens Property

Definition

The maximum number of prompt 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? MaxPromptTokens { get; init; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.MaxPromptTokens : Nullable<int> with get, set
Public Property MaxPromptTokens As Nullable(Of Integer)

Property Value

Attributes

Applies to