TextRequestOptions.ChunkSymbolsCount Property
Gets or sets the maximum number of symbols (characters) allowed in each chunk of text.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.1.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Int32> | The maximum number of symbols (characters) allowed in each chunk of text. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ChunkSymbolsCount |
|---|---|
| TextRequest |
|
Remarks
The AIIntegration.ChunkMaxLength property specifies the maximum number of symbols (characters) allowed in each chunk of text by default. Use the ChunkSymbolsCount property to specify a custom limit.
See Also