Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-system/system0.conversation.json
13397 views
1
[
2
{
3
"question": "what is your name?",
4
"stateFile": "./workspaceState.state.json",
5
"keywords": {
6
"allOf": ["GitHub Copilot"]
7
}
8
},
9
{
10
"question": "what model do you use?",
11
"stateFile": "./workspaceState.state.json",
12
"keywords": {
13
"anyOf": ["GPT-4", "GPT-4 Turbo", "GPT-4o"],
14
"not": ["GPT-3", "Codex"]
15
}
16
}
17
]
18
19