Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-tools/tools.1.conversation.json
13397 views
1
[
2
{
3
"question": "find all phone numbers in markdown files in the codebase",
4
"stateFile": "./tools.state.json",
5
"expectedToolCalls": "grep_search",
6
"toolInputValues": {
7
"query": "\\d{3}",
8
"isRegexp": true,
9
"includePattern": "**/*.md"
10
},
11
"tools": {
12
"find_files": true,
13
"grep_search": true,
14
"read_file": true,
15
"insert_edit_into_file": true,
16
"semantic_search": true,
17
"list_dir": true,
18
"search_workspace_symbols": true
19
}
20
}
21
]
22