{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cat > \/tmp\/qdrant_patch.json << 'EOF'\n{\"optimizer_config\": {\"indexing_threshold\": 0}}\nEOF\ncurl -s -X PATCH \"http:\/\/localhost:6333\/collections\/documents\" -H \"Content-Type: application\/json\" -d @\/tmp\/qdrant_patch.json",
"description": "Patch collection config"
}
}
{
"tool_response": {
"stdout": "{\"result\":true,\"status\":\"ok\",\"time\":0.001479756}",
"stderr": "",
"interrupted": false,
"isImage": false
}
}