Skip to main content
All docs
V26.1
  • DXOpenAIExtensions.RegisterOpenAIAssistants(AIExtensionsContainer, OpenAIClient, String) Method

    OBSOLETE

    The 'RegisterOpenAIAssistants' method is obsolete and will be removed in a future release.

    This API is obsolete now.

    Namespace: DevExpress.AIIntegration

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

    Declaration

    [Obsolete("The 'RegisterOpenAIAssistants' method is obsolete and will be removed in a future release.")]
    public static void RegisterOpenAIAssistants(
        this AIExtensionsContainer container,
        OpenAIClient openAIClient,
        string deployment
    )

    Parameters

    Name Type
    container AIExtensionsContainer
    openAIClient OpenAI.OpenAIClient
    deployment String
    See Also