Skip to content

Commit

Permalink
remove randomTeach disambiguation
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Aug 14, 2024
1 parent 9e7875d commit 73ca99f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions chat-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73ca99f

Please sign in to comment.