Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-explain/explain.15.conversation.json
13397 views
1
[
2
{
3
"question": "/explain write an explanation of #file:foo.ts and #file:bar.ts as paragraphs of text",
4
"description": "resolves multiple #file variables and is not distracted by default selection context",
5
"stateFile": "./explain.15.state.json",
6
"keywords": {
7
"allOf": [
8
"boo",
9
"far"
10
],
11
"not": [
12
"hi"
13
]
14
}
15
}
16
]
17