Skip to main content
All docs
V25.2
  • PromptToExpressionRequestBase.Functions Property

    Gets or sets functions 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.FunctionInfo> Functions { get; set; }

    Property Value

    Type Description
    IEnumerable<PromptToExpressionRequestBase.FunctionInfo>

    Functions that the AI can use when generating the expression.

    See Also