Skip to content

Commit

Permalink
Update articles/ai-services/language-service/conversational-language-…
Browse files Browse the repository at this point in the history
…understanding/concepts/best-practices.md

Co-authored-by: jboback <[email protected]>
  • Loading branch information
peytonfraser and jboback authored Sep 5, 2024
1 parent 5d2c9ac commit 0ab181b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ curl --request POST \
}'
```

## Address out-of-domain utterances (updated)
## Address out-of-domain utterances

Customers can use the newly updated recipe version `2024-08-01-preview` (previously `2024-06-01-preview`) if the model has poor AIQ on out-of-domain utterances. An example of this scenario with the default recipe can be like the following example where the model has three intents: `Sports`, `QueryWeather`, and `Alarm`. The test utterances are out-of-domain utterances and the model classifies them as `InDomain` with a relatively high confidence score.

Expand Down

0 comments on commit 0ab181b

Please sign in to comment.