{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s -X DELETE \"http:\/\/localhost:6333\/collections\/documents\" && echo \" deleted\" || echo \"not found\"\ncurl -s -X PUT \"http:\/\/localhost:6333\/collections\/documents\" -H \"Content-Type: application\/json\" -d '{\n \"vectors\": {\n \"size\": 1024,\n \"distance\": \"Cosine\"\n }\n}' && echo \" created\"",
"description": "Reset Qdrant collection"
}
}
{
"tool_response": {
"stdout": "{\"result\":true,\"status\":\"ok\",\"time\":0.004109738} deleted\n{\"result\":true,\"status\":\"ok\",\"time\":0.017908333} created",
"stderr": "",
"interrupted": false,
"isImage": false
}
}