-
Notifications
You must be signed in to change notification settings - Fork 1
/
chatgpt-plugin-qna.json
57 lines (57 loc) · 1.78 KB
/
chatgpt-plugin-qna.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"qna": [
{
"a": "Great. Lets get you in touch. You are now chatting with chatgpt. When you are finished conversing with chatgpt, just type or say \"exit\", \"quit\" , or \"goodbye\".",
"alt": {
"markdown": "Great. Lets get you in touch. You are **now chatting** with chatgpt. When you are finished conversing with chatgpt, just type or say **\"exit\", \"quit\" , or \"goodbye\"**."
},
"type": "qna",
"qid": "ChatGPT.1",
"botRouting": {
"specialty_bot": "Lambda::QNA-chatgpt-qnabot-router",
"specialty_bot_name": "ChatGPT"
},
"q": [
"I'd like to speak with chatgpt",
"i'd like to speak with chat gpt",
"talk to chatgpt",
"chat with chatgpt",
"chat gpt"
]
},
{
"args": [
"QID::ChatGPT.2"
],
"a": "ChatGPT answered with ",
"r": {
"subTitle": "Continue conversation with ChatGPT?",
"title": "Options"
},
"alt": {
"markdown": "**ChatGPT answered with**"
},
"l": "QNA-chatgpt-qnabot-router",
"type": "qna",
"qid": "CustomNoMatches",
"q": [
"no_hits"
]
},
{
"a": "Great. You are now chatting with chatgpt. When you are finished conversing with chatgpt, just type or say \"exit\", \"quit\" , or \"goodbye\".",
"alt": {
"markdown": "Great. You are **now chatting** with chatgpt. When you are finished conversing with chatgpt, just type or say **\"exit\", \"quit\" , or \"goodbye\"**."
},
"type": "qna",
"qid": "ChatGPT.2",
"botRouting": {
"specialty_bot": "Lambda::QNA-chatgpt-qnabot-router",
"specialty_bot_name": "ChatGPT"
},
"q": [
"Continue conversation with ChatGPT"
]
}
]
}