{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s -X PUT \"http:\/\/localhost:6333\/collections\/entities\" -H \"Content-Type: application\/json\" -d '{\n \"vectors\": {\n \"size\": 1024,\n \"distance\": \"Cosine\"\n }\n}'",
"description": "Create Qdrant entities collection"
}
}
{
"tool_response": {
"stdout": "{\"status\":{\"error\":\"Service internal error: IO Error: Too many open files (os error 24)\"},\"time\":0.021427736}",
"stderr": "",
"interrupted": false,
"isImage": false
}
}