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
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 Chunk |
---|---|
Text |
|
#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.