Skip to main content
All docs
V26.1
  • PromptToExpressionBehavior.Create(Type, Int32, Nullable<Single>, String, Boolean) Method

    For internal use.

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v26.1.dll

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public static PromptToExpressionBehavior Create(
        Type promptToExpressionBehaviorSourceType,
        int retryAttemptCount,
        float? temperature,
        string promptAugmentation,
        bool augmentWithFunctionInfo
    )

    Parameters

    Name Type
    promptToExpressionBehaviorSourceType Type
    retryAttemptCount Int32
    temperature Nullable<Single>
    promptAugmentation String
    augmentWithFunctionInfo Boolean

    Returns

    Type
    PromptToExpressionBehavior
    See Also