{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "python3 -m py_compile \/var\/www\/scripts\/pipeline\/embed.py \/var\/www\/scripts\/pipeline\/chat.py \/var\/www\/scripts\/pipeline\/analyzers\/semantic_analyzer.py \/var\/www\/scripts\/pipeline\/analyzers\/relation_extractor.py \/var\/www\/scripts\/pipeline\/analyzers\/taxonomy_classifier.py && echo \"All Python files valid\"",
"description": "Check Python syntax"
}
}
{
"tool_response": {
"stdout": "All Python files valid",
"stderr": "",
"interrupted": false,
"isImage": false
}
}