Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-explain/explain.4.conversation.json
13397 views
1
[
2
{
3
"question": "/explain",
4
"description": "can explain different editor selections in a single conversation",
5
"stateFile": "./explain.3.state.json",
6
"keywords": {
7
"allOf": [
8
"bar"
9
],
10
"not": [
11
"Corge"
12
]
13
}
14
},
15
{
16
"question": "/explain",
17
"stateFile": "./explain.2.state.json",
18
"keywords": {
19
"allOf": [
20
"bar"
21
],
22
"not": [
23
"qux"
24
]
25
}
26
},
27
{
28
"question": "/explain",
29
"stateFile": "./explain.1.state.json",
30
"keywords": {
31
"allOf": [
32
"bar",
33
"console"
34
],
35
"not": [
36
"qux"
37
]
38
}
39
},
40
{
41
"question": "/explain",
42
"stateFile": "./explain.0.state.json",
43
"keywords": {
44
"allOf": [
45
"foo",
46
"bar",
47
"console"
48
],
49
"not": [
50
"qux"
51
]
52
}
53
}
54
]
55