{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/new.php",
"offset": 78,
"limit": 30
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content\/new.php",
"content": " <\/div>\n <\/div>\n <div class=\"form-row\">\n <div class=\"form-group form-group--half\">\n <label for=\"system_prompt_id\">System Prompt<\/label>\n <select id=\"system_prompt_id\" name=\"system_prompt_id\" class=\"form-select\">\n <option value=\"\">-- Standard --<\/option>\n <?php foreach ($systemPrompts ?? [] as $prompt): ?>\n <option value=\"<?= $prompt['id'] ?>\" <?= ($defaultSystemPromptId ?? null) === (int) $prompt['id'] ? 'selected' : '' ?>><?= htmlspecialchars($prompt['name']) ?><\/option>\n <?php endforeach; ?>\n <\/select>\n <\/div>\n <div class=\"form-group form-group--half form-group--checkbox\">\n <label class=\"checkbox-toggle\">\n <input type=\"checkbox\" id=\"quality_check\" name=\"quality_check\" value=\"1\" <?= ($defaultQualityCheck ?? false) ? 'checked' : '' ?>>\n <span class=\"checkbox-toggle__label\">Qualitätsprüfung (LLM-Validierung)<\/span>\n <\/label>\n <\/div>\n <\/div>\n <\/fieldset>\n\n <fieldset>\n <legend>Content-Konfiguration<\/legend>\n <div class=\"form-row\">\n <div class=\"form-group form-group--third\">\n <label for=\"author_profile_id\">Autorenprofil<\/label>\n <select id=\"author_profile_id\" name=\"author_profile_id\" class=\"form-select\">\n <option value=\"\">-- Kein Profil --<\/option>\n <?php foreach ($profiles ?? [] as $profile): ?>\n <option value=\"<?= $profile['id'] ?>\" <?= ($defaultProfileId ?? null) === (int) $profile['id'] ? 'selected' : '' ?>><?= htmlspecialchars($profile['name']) ?><\/option>",
"numLines": 30,
"startLine": 78,
"totalLines": 253
}
}
}