Skip to main content
All docs
V25.2
  • FunctionInfo(String, String, String, String) Constructor

    Initializes a new instance of the PromptToExpressionRequestBase.FunctionInfo class with specified settings.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public FunctionInfo(
        string name,
        string description,
        string category,
        string usageExample
    )

    Parameters

    Name Type Description
    name String

    The function name. This value is assigned to the Name property.

    description String

    Information about the function. This value is assigned to the Description property.

    category String

    The function category. This value is assigned to the Category property.

    usageExample String

    The example that demonstrates the use of the function in an expression. This value is assigned to the Sample property.

    See Also