Back to Devexpress

AIIntegration.ChunkMaxLength Property

corelibraries-devexpress-dot-aiintegration-dot-aiintegration-4e9ba8a1.md

latest1.6 KB
Original Source

AIIntegration.ChunkMaxLength Property

Gets or sets the maximum number of symbols (characters) allowed in each chunk of text (by default).

Namespace : DevExpress.AIIntegration

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

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

Property Value

TypeDescription
Int32

The maximum number of symbols (characters) allowed in each chunk of text

|

Remarks

The AIIntegration.ChunkMaxLength property specifies the maximum number of symbols (characters) allowed in each chunk of text by default. The chunk length is limited by 6,000 symbols (by default). Use the TextRequestOptions.ChunkSymbolsCount property to specify a custom limit.

See Also

TextBufferMaxSize

AIIntegration Class

AIIntegration Members

DevExpress.AIIntegration Namespace