mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
fix: update chat sample to use finalized intent detection api (#1108)
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user