Back to Devexpress

RequestOptions.MaxTokens Property

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-requestoptions-9c0afbc9.md

latest1.3 KB
Original Source

RequestOptions.MaxTokens Property

Gets or sets the maximum number of tokens that can be processed by a model request.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public int? MaxTokens { get; set; }
vb
Public Property MaxTokens As Integer?

Property Value

TypeDescription
Nullable<Int32>

The maximum number of tokens that can be processed by a model request.

|

See Also

RequestOptions Class

RequestOptions Members

DevExpress.AIIntegration.Extensions Namespace