Back to Devexpress

AIIntegration.TextBufferMaxSize Property

corelibraries-devexpress-dot-aiintegration-dot-aiintegration-4b78cb72.md

latest1.3 KB
Original Source

AIIntegration.TextBufferMaxSize Property

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

Namespace : DevExpress.AIIntegration

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public static int TextBufferMaxSize { get; set; }
vb
Public Shared Property TextBufferMaxSize As Integer

Property Value

TypeDescription
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

ChunkMaxLength

AIIntegration Class

AIIntegration Members

DevExpress.AIIntegration Namespace