{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "curl -v -X POST \"https:\/\/dev.campus.systemische-tools.de\/api\/v1\/chat\" \\\n -H \"Content-Type: application\/json\" \\\n -d '{\"message\": \"Was ist systemisches Coaching?\"}' 2>&1 | head -40",
"timeout": 30000,
"description": "Debug chat API request"
}
}
{
"tool_response": {
"stdout": "curl: option : blank argument where content is expected\ncurl: try 'curl --help' or 'curl --manual' for more information",
"stderr": "",
"interrupted": false,
"isImage": false
}
}