From e5139d5cd497cbf76ee1b20c7e238b29a9162f62 Mon Sep 17 00:00:00 2001 From: isidorn Date: Wed, 14 Aug 2024 17:27:29 +0200 Subject: [PATCH] chat sample disambiguation --- chat-sample/package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/chat-sample/package.json b/chat-sample/package.json index 6f30faac..28366e39 100644 --- a/chat-sample/package.json +++ b/chat-sample/package.json @@ -33,6 +33,21 @@ "name": "play", "description": "Do whatever you want, you are a cat after all" } + ], + "disambiguation": [ + { + "categoryName": "cat_teach", + "description": "The user wants to learn a simple computer science topic in an informal way.", + "examples": ["Teach me C++ pointers using metaphors", + "Explain to me what is a linked list in a simple way", + "Can you explain to me what is a function in programming?"] + }, + { + "categoryName": "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", + "Can you show me a cat playing with a laser pointer?"] + } ] } ],