PromptToExpressionRequestBase.Constants Property
Gets or sets report constants that the AI can use when generating the expression.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.2.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Property Value
| Type | Description |
|---|---|
| IEnumerable<PromptToExpressionRequestBase.ConstantInfo> | Report constants that the AI can use when generating the expression. |
See Also