Skip to main content
All docs
V25.2
  • CustomRequestBehavior.Create(Type, Nullable<Single>, String, TextRetrievalMode) Method

    For internal use.

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public static CustomRequestBehavior Create(
        Type customRequestBehaviorSourceType,
        float? temperature,
        string promptAugmentation,
        TextRetrievalMode textRetrievalMode
    )

    Parameters

    Name Type
    customRequestBehaviorSourceType Type
    temperature Nullable<Single>
    promptAugmentation String
    textRetrievalMode TextRetrievalMode

    Returns

    Type
    CustomRequestBehavior
    See Also