AIIntegration Properties
Implements core functionality for DevExpress AI-powered extensions and services.| Name | Description |
|---|---|
| ChatMaxTokensDefault static | Gets or sets the maximum number of tokens that can be processed by a model request. Applies to all DevExpress AI-powered extensions. |
| ChatTemperatureDefault static | Gets or sets the default temperature for chat-based AI-powered extensions. |
| ChunkMaxLength static | Gets or sets the maximum number of symbols (characters) allowed in each chunk of text (by default). |
| ImageBufferMaxSize static | Gets or sets the maximum size of the Base64 image per request, in bytes. |
| TextBufferMaxSize static | Gets or sets the maximum size of the input text per request, in bytes. |
See Also