Skip to content

Commit

Permalink
fix: update chat sample to use finalized intent detection api (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Oct 14, 2024
1 parent 0107f5a commit de598c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"description": "Do whatever you want, you are a cat after all",
"disambiguation": [
{
"categoryName": "cat_play",
"category": "cat_play",
"description": "The user just wants to relax and see the cat play.",
"examples": [
"Enough learning, let the cat play with a ball of yarn",
Expand All @@ -46,7 +46,7 @@
],
"disambiguation": [
{
"categoryName": "cat",
"category": "cat",
"description": "The user wants to learn a specific computer science topic in an informal way.",
"examples": [
"Teach me C++ pointers using metaphors",
Expand Down

0 comments on commit de598c7

Please sign in to comment.