Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-explain/explain.12.conversation.json
13397 views
1
[
2
{
3
"question": "/explain",
4
"description": "includes function definitions from same file",
5
"stateFile": "./explain.12.state.json",
6
"keywords": {
7
"anyOf": [
8
"puts",
9
"print",
10
"prints",
11
"console",
12
"output"
13
],
14
"not": [
15
"goodbye",
16
"Goodbye"
17
]
18
}
19
}
20
]
21