{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/show.php",
"offset": 70,
"limit": 30
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/show.php",
"content": " <br>\n <small><?= $meta['description'] ?><\/small>\n <\/td>\n <td><?= $meta['phase'] ?><\/td>\n <td class=\"model-cell\">\n <?php if (!empty($meta['fixed_model'])): ?>\n <span class=\"fixed-model\"><?= htmlspecialchars($meta['fixed_model']) ?><\/span>\n <?php elseif ($currentModel !== null || $usesVision || $usesLlm): ?>\n <?php\n $selected = $currentModel ?? ($usesVision ? \\Infrastructure\\AI\\ModelConfig::DEFAULT_VISION_MODEL : \\Infrastructure\\AI\\ModelConfig::DEFAULT_MODEL);\n $models = $usesVision ? \\Infrastructure\\AI\\ModelConfig::VISION_MODELS : \\Infrastructure\\AI\\ModelConfig::getAll();\n $name = 'model';\n $variant = 'compact';\n $id = 'model-step-' . $step['id'];\n $saveToLocalStorage = false;\n include VIEW_PATH . '\/partials\/form\/model-select.php';\n ?>\n <?php else: ?>\n <span class=\"text-muted\">-<\/span>\n <?php endif; ?>\n <\/td>\n <td class=\"storage-cell\">\n <?php if (!empty($meta['has_collection'])): ?>\n <span class=\"storage-prefix\">Qdrant:<\/span>\n <select class=\"collection-select\" data-step-id=\"<?= $step['id'] ?>\">\n <?php foreach ($collections as $collKey => $collLabel): ?>\n <option value=\"<?= htmlspecialchars($collKey) ?>\" <?= ($config['collection'] ?? 'documents') === $collKey ? 'selected' : '' ?>>\n <?= htmlspecialchars($collKey) ?>\n <\/option>\n <?php endforeach; ?>",
"numLines": 30,
"startLine": 70,
"totalLines": 432
}
}
}