{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/semantic-explorer\/partials\/search-results.php",
"content": " <\/tr>\n <\/thead>\n <tbody>\n <?php foreach ($results as $i => $r): ?>\n <tr>\n <td><?= $i + 1 ?><\/td>\n <td><span class=\"badge badge--success\"><?= number_format($r['score'] * 100, 1) ?>%<\/span><\/td>\n <td>\n <a href=\"\/semantic-explorer\/chunks\/<?= $r['id'] ?>\">#<?= $r['id'] ?><\/a>\n <br><small><a href=\"\/semantic-explorer\/dokumente\/<?= $r['document_id'] ?>\"><?= htmlspecialchars($r['filename']) ?><\/a><\/small>\n <\/td>\n <td><?= $r['token_count'] ?><\/td>\n <td><?= htmlspecialchars(substr($r['content'], 0, 150)) ?>...<\/td>\n <\/tr>\n <?php endforeach; ?>",
"numLines": 15,
"startLine": 20,
"totalLines": 43
}
}
}