{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -sL \"https:\/\/dev.campus.systemische-tools.de\/chat\" 2>&1 | grep -E \"checkbox-group|checkbox-label\" | head -5",
"description": "Verify chat with -L flag"
}
}
{
"tool_response": {
"stdout": " <div class=\"checkbox-group collections-select\">\n <label class=\"checkbox-label\" title=\"6 Dokumente\">\n <label class=\"checkbox-label\" title=\"0 Dokumente\">\n <label class=\"checkbox-label\" title=\"374 Dokumente\">",
"stderr": "",
"interrupted": false,
"isImage": false
}
}