Skip to content

Commit 635614b

Browse files
committed
fix #37
1 parent 7d76ff1 commit 635614b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Code-Tutor/agent.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"welcomeIntentSignInRequired": false,
1313
"startIntents": [],
1414
"systemIntents": [],
15-
"endIntentIds": [],
15+
"endIntentIds": [
16+
"8eda261a-92ea-4f78-9826-e504705e6659"
17+
],
1618
"oAuthLinking": {
1719
"required": false,
1820
"providerId": "",

Code-Tutor/intents/-1.0 No_Bye_usersays_en.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,18 @@
119119
"count": 0,
120120
"updated": 0
121121
},
122+
{
123+
"id": "a97c96a5-4ad0-4b68-88e8-0ae1f22da6fd",
124+
"data": [
125+
{
126+
"text": "nothing else",
127+
"userDefined": false
128+
}
129+
],
130+
"isTemplate": false,
131+
"count": 0,
132+
"updated": 0
133+
},
122134
{
123135
"id": "488e7a68-018a-4d79-9637-07619d7e029f",
124136
"data": [

0 commit comments

Comments
 (0)