Skip to main content
All docs
V24.2

AIIntegration.TextBufferMaxSize Property

Gets or sets the maximum size of the input text per request, in bytes.

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

#Declaration

public static int TextBufferMaxSize { get; set; }

#Property Value

Type Description
Int32

The maximum size of the input text, in bytes.

#Remarks

The size of the text input is limited by 65536 bytes (by default).

See Also