Skip to main content
All docs
V24.2

TextRequestOptions.ChunkContext Property

Gets or sets the information about the current chunk being processed.

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

Declaration

public ChunkContext ChunkContext { get; set; }

Property Value

Type Description
DevExpress.AIIntegration.Extensions.Chunks.ChunkContext

The information about the current chunk being processed.

Property Paths

You can access this nested property as listed below:

Object Type Path to ChunkContext
TextRequest
.Options .ChunkContext
See Also