{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/show.php",
"offset": 55,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/show.php",
"content": " <option value=\"<?= $modelId ?>\" <?= $modelId === $orderModel ? 'selected' : '' ?>><?= htmlspecialchars($modelName) ?><\/option>\n <?php endforeach; ?>\n <\/select>\n <select name=\"collection\" class=\"form-select--inline\">\n <?php foreach ($availableCollections ?? [] as $col):\n $colId = is_array($col) ? $col['collection_id'] : $col;\n $label = is_array($col) ? $col['display_name'] : $col;\n ?>\n <option value=\"<?= htmlspecialchars($colId) ?>\" <?= in_array($colId, $orderCollections) ? 'selected' : '' ?>><?= htmlspecialchars($label) ?><\/option>\n <?php endforeach; ?>\n <\/select>\n <select name=\"context_limit\" class=\"form-select--inline\">\n <option value=\"3\" <?= $orderContextLimit === 3 ? 'selected' : '' ?>>3 Quellen<\/option>\n <option value=\"5\" <?= $orderContextLimit === 5 ? 'selected' : '' ?>>5 Quellen<\/option>\n <option value=\"10\" <?= $orderContextLimit === 10 ? 'selected' : '' ?>>10 Quellen<\/option>\n <option value=\"15\" <?= $orderContextLimit === 15 ? 'selected' : '' ?>>15 Quellen<\/option>\n <\/select>\n <button type=\"submit\" class=\"btn btn--primary\">Generieren<\/button>\n <\/form>\n <?php endif; ?>",
"numLines": 20,
"startLine": 55,
"totalLines": 209
}
}
}