{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/scripts\/pipeline\/analyzers\/taxonomy_classifier.py",
"content": "\"\"\"\nTaxonomy Classification - Classify text into taxonomy categories.\n\"\"\"\n\nimport json\nimport re\nimport sys\nimport time\n\nimport requests\n\nsys.path.insert(0, \"\/var\/www\/scripts\/pipeline\")\n\nfrom config import ANTHROPIC_MODEL, OLLAMA_CHAT_MODEL, OLLAMA_HOST\nfrom db import db\nfrom protokoll import protokoll\n\n\ndef classify_taxonomy(text: str, client=None) -> dict:\n \"\"\"Classify text into taxonomy categories.\"\"\"",
"numLines": 20,
"startLine": 1,
"totalLines": 93
}
}
}