Compartilhar via


OpenAIAssistantInvocationOptions.MaxPromptTokens Property

Definition

Gets the maximum number of prompt tokens that can 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