Skip to main content
All docs
V26.1
  • AIChatControl.ResponseReceived Event

    Fires after the AI provider returns a response, before the message is displayed in the chat.

    Namespace: DevExpress.AIIntegration.Wpf.Chat

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

    NuGet Package: DevExpress.AIIntegration.Wpf.Chat

    Declaration

    public event EventHandler<AIChatControlResponseReceivedEventArgs> ResponseReceived

    Event Data

    The ResponseReceived event's data class is DevExpress.AIIntegration.Blazor.Chat.WebView.AIChatControlResponseReceivedEventArgs.

    Remarks

    Refer to the following help topic for additional information: Tool Calling API

    See Also