{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/content-pipeline\/form.php",
"content": "<?php ob_start(); ?>\n\n<h1><?= $pipeline ? 'Pipeline bearbeiten' : 'Neue Pipeline' ?><\/h1>\n\n<form action=\"<?= $pipeline ? '\/content-pipeline\/' . $pipeline['id'] : '\/content-pipeline' ?>\" method=\"POST\" class=\"form\">\n <input type=\"hidden\" name=\"_csrf_token\" value=\"<?= htmlspecialchars($_SESSION['_csrf_token'] ?? '') ?>\">\n\n <div class=\"form-group\">\n <label for=\"name\" class=\"form-label\">Name *<\/label>\n <input type=\"text\" id=\"name\" name=\"name\" class=\"form-input\" required\n value=\"<?= htmlspecialchars($pipeline['name'] ?? '') ?>\"\n placeholder=\"z.B. Standard, Nur-Embedding, Test\">\n <\/div>\n\n <div class=\"form-group\">",
"numLines": 15,
"startLine": 1,
"totalLines": 83
}
}
}