Back to Devexpress

AIIntegration.ChatMaxTokensDefault Property

corelibraries-devexpress-dot-aiintegration-dot-aiintegration.md

latest1.3 KB
Original Source

AIIntegration.ChatMaxTokensDefault Property

Gets or sets the maximum number of tokens that can be processed by a model request. Applies to all DevExpress AI-powered extensions.

Namespace : DevExpress.AIIntegration

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public static int? ChatMaxTokensDefault { get; set; }
vb
Public Shared Property ChatMaxTokensDefault As Integer?

Property Value

TypeDescription
Nullable<Int32>

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

|

See Also

AIIntegration Class

AIIntegration Members

DevExpress.AIIntegration Namespace