{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/semantic-explorer\/ontologie.php",
"content": " <?php foreach ($entities as $e): ?>\n <tr>\n <td>\n <a href=\"\/semantic-explorer\/entitaeten\/<?= $e['entity_id'] ?>\"><?= htmlspecialchars($e['entity_name']) ?><\/a>\n <\/td>\n <td><?= htmlspecialchars($e['entity_type']) ?><\/td>\n <td><?= htmlspecialchars(substr($e['description'] ?? '-', 0, 100)) ?><\/td>\n <td><?= htmlspecialchars($e['class_name']) ?><\/td>\n <td><?= number_format((float) ($e['confidence'] ?? 0) * 100, 0) ?><\/td>\n <td>\n <?php if (!empty($e['relations'])): ?>\n <?php\n $rels = explode(', ', $e['relations']);\n $relLinks = [];\n foreach (array_slice($rels, 0, 3) as $rel):",
"numLines": 15,
"startLine": 50,
"totalLines": 150
}
}
}