{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/AI\/ModelConfig.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Infrastructure\\AI;\n\n\/\/ @responsibility: Legacy-Interface für Modell-Konfiguration (delegiert an ModelRegistry)\n\n\/**\n * @deprecated Use ModelRegistry via DI instead. This class will be removed in a future version.\n * Views still use this temporarily until they are refactored.\n *\/\nfinal class ModelConfig\n{\n \/**\n * Get all available chat models.\n *\n * @return array<string, string> [model_key => display_name]\n *\/\n public static function getAll(): array\n {\n return ModelRegistry::getInstance()->getChatModels();\n }\n\n \/**\n * Get vision-capable models.\n *\n * @return array<string, string> [model_key => display_name]\n *\/\n public static function getVisionModels(): array",
"numLines": 30,
"startLine": 1,
"totalLines": 110
}
}
}