Skip to main content
All docs
V25.2
  • TranslateBehavior.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 TranslateBehavior Create(
        Type translateBehaviorSourceType,
        float? temperature,
        string promptAugmentation,
        TextRetrievalMode textRetrievalMode
    )

    Parameters

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

    Returns

    Type
    TranslateBehavior
    See Also