From de598c7aef74f31bae52939e33b87190d5dd7c69 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Mon, 14 Oct 2024 12:11:56 -0700 Subject: [PATCH] fix: update chat sample to use finalized intent detection api (#1108) --- chat-sample/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat-sample/package.json b/chat-sample/package.json index e1511cc5..67bad4ac 100644 --- a/chat-sample/package.json +++ b/chat-sample/package.json @@ -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", @@ -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",