Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-semantic-search/workspace1.conversation.json
13397 views
1
[
2
{
3
"question": "default notebook agent",
4
"stateFile": "./workspaceState1.state.json",
5
"keywords":[
6
"registerNotebookDefaultAgent"
7
]
8
},
9
{
10
"question": "get default setting",
11
"stateFile": "./workspaceState1.state.json",
12
"keywords":[
13
"public getDefaultValue"
14
]
15
},
16
{
17
"question": "inline chat agent",
18
"stateFile": "./workspaceState1.state.json",
19
"keywords":[
20
"registerEditingAgent"
21
]
22
},
23
{
24
"question": "explain intent",
25
"stateFile": "./workspaceState1.state.json",
26
"keywords":[
27
"class ExplainIntent",
28
"class ExplainIntentInvocation"
29
]
30
}
31
]
32