Skip to content

Commit

Permalink
Update dependencies (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Dec 28, 2021
1 parent a11e20c commit 7e40685
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 148 deletions.
2 changes: 1 addition & 1 deletion lib/dialogue-agent/handlers/3rdparty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ implements DialogueHandler<AnalysisTypeAdapter<AnalysisType>, StateType> {
case Tp.DialogueHandler.Confidence.EXACT_IN_DOMAIN_COMMAND:
return CommandAnalysisType.EXACT_IN_DOMAIN_COMMAND;

case Tp.DialogueHandler.Confidence.STRONLY_CONFIDENT_IN_DOMAIN_COMMAND: // FIXME
case Tp.DialogueHandler.Confidence.STRONGLY_CONFIDENT_IN_DOMAIN_COMMAND: // FIXME
return CommandAnalysisType.STRONGLY_CONFIDENT_IN_DOMAIN_COMMAND;

case Tp.DialogueHandler.Confidence.CONFIDENT_IN_DOMAIN_COMMAND:
Expand Down
Loading

0 comments on commit 7e40685

Please sign in to comment.