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

    Gets or sets the function category.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string Category { get; set; }

    Property Value

    Type Description
    String

    The function category.

    See Also