Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Improve the speed of waiting for dialogs helper function #2946

Merged
merged 6 commits into from
Aug 4, 2021

Commits on Jun 5, 2021

  1. Fixed a bug where the highest confidence from the Adapt parser is dif…

    …ferent than the highest confidence from the Adapt intent matcher.
    chrisveilleux committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    2a9f63c View commit details
    Browse the repository at this point in the history
  2. Added to docstring to explain why the method took a list of utterance…

    …s instead of a single utterance.
    chrisveilleux committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    4d7ed0f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Improve the speed of waiting for dialogs by exiting the loop after a …

    …match is spoken. Also provide error handling for when a match is not found.
    chrisveilleux committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    105a5b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    fbb1d06 View commit details
    Browse the repository at this point in the history
  2. fixed PEP8 issue

    chrisveilleux committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    6fd97b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f41d17 View commit details
    Browse the repository at this point in the history