{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -s http:\/\/localhost:6333\/collections | python3 -m json.tool 2>\/dev\/null | head -20",
"description": "Check Qdrant collections"
}
}
{
"tool_response": {
"stdout": "{\n \"result\": {\n \"collections\": [\n {\n \"name\": \"dokumentation_chunks\"\n },\n {\n \"name\": \"documents\"\n },\n {\n \"name\": \"entities\"\n },\n {\n \"name\": \"mail\"\n }\n ]\n },\n \"status\": \"ok\",\n \"time\": 4.523e-06\n}",
"stderr": "",
"interrupted": false,
"isImage": false
}
}