Skip to main content
All docs
V25.1
  • TextRequestOptions.CustomConverter Property

    Gets or sets a custom converter that splits the text into chunks.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    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