Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-tools/tools.0.conversation.json
13397 views
1
[
2
{
3
"question": "I'm using git, create a new branch called issue-9876",
4
"expectedToolCalls": "run_in_terminal",
5
"toolInputValues": {
6
"command": {
7
"allOf": [
8
"issue-9876",
9
"git checkout"
10
]
11
},
12
"isBackground": false
13
},
14
"tools": {
15
"find_files": true,
16
"grep_search": true,
17
"read_file": true,
18
"insert_edit_into_file": true,
19
"semantic_search": true,
20
"list_dir": true,
21
"search_workspace_symbols": true
22
}
23
}
24
]
25