PromptToExpressionRequestBase.Parameters Property
Gets or sets report parameters 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.ParameterInfo> | Report parameters that the AI can use when generating the expression. |
See Also