From 73ca99f455c8f580d582657b69888a250ea5cf64 Mon Sep 17 00:00:00 2001 From: isidorn Date: Wed, 14 Aug 2024 17:56:10 +0200 Subject: [PATCH] remove randomTeach disambiguation --- chat-sample/package.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/chat-sample/package.json b/chat-sample/package.json index 65b4b95c..20f5ab95 100644 --- a/chat-sample/package.json +++ b/chat-sample/package.json @@ -27,17 +27,7 @@ "commands": [ { "name": "randomTeach", - "description": "Pick at random a computer science concept then explain it in purfect way of a cat", - "disambiguation": [ - { - "categoryName": "cat_random_teach", - "description": "The user wants to learn a random computer science topic in an informal way.", - "examples": [ - "Teach me anything about computer science using code samples", - "I want to understand computer science topics better" - ] - } - ] + "description": "Pick at random a computer science concept then explain it in purfect way of a cat" }, { "name": "play",