Skip to main content
All docs
V24.2

TextResponse.ChunkContext Property

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

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

public ChunkContext ChunkContext { get; }

Property Value

Type Description
DevExpress.AIIntegration.Extensions.Chunks.ChunkContext

The information about the current chunk being processed.

See Also