OpenAIAssistantInvocationOptions.MaxPromptTokens Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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