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
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