Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: consume chat participant detection provider #224661

Merged
merged 3 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    9154cf9 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    joyceerhl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    65503b0 View commit details
    Browse the repository at this point in the history
  3. Fix more tests

    There is now an async call between when a response is first added into
    the UI and when the agent for that response is identified with intent
    detection and invoked. This causes a race condition in the test code to
    show up where waiting for `State.SHOW_REQUEST` is insufficient to ensure
    that the agent has been invoked. Working around this with another
    timeout for now.
    joyceerhl committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    dd2fac3 View commit details
    Browse the repository at this point in the history