Skip to main content
All docs
V24.2

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

public ITextToChunkConverter CustomConverter { get; set; }

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
.Options .CustomConverter
See Also