{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "timeout 5 curl -s -N -X POST \"http:\/\/localhost\/chat\/test-session\/message\/stream\" \\\n -H \"Content-Type: application\/x-www-form-urlencoded\" \\\n -d \"message=test&model=ollama:gemma3:4b-it-qat\" 2>&1 | head -50 || echo \"Request completed or timed out\"",
"description": "Test SSE stream directly"
}
}
{
"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
}
}