Skip to main content
All docs
V26.1
  • AIChatControl.ChatClientServiceKey Property

    OBSOLETE

    This property is obsolete and will be removed in a future version. Use ChatResponseProviderServiceKey instead.

    Associates the chat control with the specified chat client service. This is a dependency property.

    Namespace: DevExpress.AIIntegration.Wpf.Chat

    Assembly: DevExpress.AIIntegration.Wpf.Chat.v26.1.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Chat

    Declaration

    [Browsable(false)]
    [Obsolete("This property is obsolete and will be removed in a future version. Use ChatResponseProviderServiceKey instead.")]
    public string ChatClientServiceKey { get; set; }

    Property Value

    Type Description
    String

    The unique identifier of the chat client service.

    Remarks

    Use the ChatClientServiceKey property to dynamically bind the DevExpress WPF AI Chat control to a specific AI service at runtime. You can offer users a choice of AI models, or programmatically select the most appropriate model for a task. For example, you can use a powerful, “thinking” model for complex queries and a faster, more cost-effective model for simpler interactions.

    See Also