Skip to main content
All docs
V26.1
  • PromptToExpressionRequestBase.Constants Property

    Gets or sets report constants that the AI can use when generating the expression.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v26.1.dll

    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