Skip to main content
All docs
V24.2

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.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public static int ChunkMaxLength { get; set; }

Property Value

Type Description
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