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