TextRequestOptions.CustomConverter Property
Gets or sets a custom converter that splits the text into chunks.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.AIIntegration.Extensions.Chunks.ITextToChunkConverter | The converter. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to CustomConverter |
---|---|
TextRequest |
|
See Also