[
{
"question": "I'm using git, create a new branch called issue-9876",
"expectedToolCalls": "run_in_terminal",
"toolInputValues": {
"command": {
"allOf": [
"issue-9876",
"git checkout"
]
},
"isBackground": false
},
"tools": {
"find_files": true,
"grep_search": true,
"read_file": true,
"insert_edit_into_file": true,
"semantic_search": true,
"list_dir": true,
"search_workspace_symbols": true
}
}
]