Skip to main content
All docs
V25.2
  • 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

    public IEnumerable<PromptToExpressionRequestBase.ConstantInfo> Constants { get; set; }

    Property Value

    Type Description
    IEnumerable<PromptToExpressionRequestBase.ConstantInfo>

    Report constants that the AI can use when generating the expression.

    See Also