{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/chat\/index.php",
"offset": 235,
"limit": 80
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/View\/chat\/index.php",
"content": " <div class=\"chat-input-row\">\n <input type=\"text\" name=\"message\" class=\"chat-input\" placeholder=\"Nachricht eingeben...\" autocomplete=\"off\" required>\n <button type=\"submit\" class=\"chat-send\" id=\"sendBtn\">\n <span class=\"chat-send__text\">Senden<\/span>\n <span class=\"chat-send__loading\"><span><\/span><span><\/span><span><\/span><\/span>\n <\/button>\n <\/div>\n\n <!-- Settings Row 1 -->\n <div class=\"chat-settings\" id=\"settings\">\n <select name=\"model\" class=\"chat-select\">\n <optgroup label=\"Anthropic\">\n <?php foreach ($models ?? [] as $modelId => $modelLabel): ?>\n <?php if (!str_starts_with($modelId, 'ollama:')): ?>\n <option value=\"<?= htmlspecialchars($modelId) ?>\" <?= $currentModel === $modelId ? 'selected' : '' ?>><?= htmlspecialchars($modelLabel) ?><\/option>\n <?php endif; ?>\n <?php endforeach; ?>\n <\/optgroup>\n <optgroup label=\"Ollama (lokal)\">\n <?php foreach ($models ?? [] as $modelId => $modelLabel): ?>\n <?php if (str_starts_with($modelId, 'ollama:')): ?>\n <option value=\"<?= htmlspecialchars($modelId) ?>\" <?= $currentModel === $modelId ? 'selected' : '' ?>><?= htmlspecialchars($modelLabel) ?><\/option>\n <?php endif; ?>\n <?php endforeach; ?>\n <\/optgroup>\n <\/select>\n\n <select name=\"context_limit\" class=\"chat-select\">\n <option value=\"3\" <?= $currentLimit === 3 ? 'selected' : '' ?>>3 Quellen<\/option>\n <option value=\"5\" <?= $currentLimit === 5 ? 'selected' : '' ?>>5 Quellen<\/option>\n <option value=\"10\" <?= $currentLimit === 10 ? 'selected' : '' ?>>10 Quellen<\/option>\n <option value=\"15\" <?= $currentLimit === 15 ? 'selected' : '' ?>>15 Quellen<\/option>\n <\/select>\n\n <!-- Collections Multi-Select -->\n <select name=\"collections[]\" class=\"chat-select chat-select--multi\" id=\"collectionsSelect\" multiple size=\"1\">\n <?php foreach ($collections ?? [] as $col):\n $colId = $col['collection_id'];\n $isSelected = in_array($colId, $selected, true);\n $points = (int) ($col['points_count'] ?? 0);\n ?>\n <option value=\"<?= htmlspecialchars($colId) ?>\" <?= $isSelected ? 'selected' : '' ?>><?= htmlspecialchars($col['display_name']) ?> (<?= number_format($points) ?>)<\/option>\n <?php endforeach; ?>\n <\/select>\n\n <button type=\"button\" class=\"chat-settings-toggle\" id=\"settingsToggle\">Mehr<\/button>\n <\/div>\n\n <!-- Hidden inputs (synced from Config Panel) -->\n <input type=\"hidden\" name=\"author_profile_id\" id=\"hiddenAuthorProfile\" value=\"<?= $currentProfileId ?>\">\n <input type=\"hidden\" name=\"system_prompt_id\" id=\"hiddenSystemPrompt\" value=\"<?= $currentPromptId ?>\">\n <input type=\"hidden\" name=\"structure_id\" id=\"hiddenStructure\" value=\"0\">\n\n <!-- Settings Row 2 (Advanced) - Hidden by default -->\n <div class=\"chat-settings chat-settings--advanced chat-settings--hidden\" id=\"settingsAdvanced\">\n <!-- Temperature -->\n <div class=\"chat-temp\">\n <label>Temp: <span id=\"tempValue\"><?= number_format($currentTemperature, 1) ?><\/span><\/label>\n <input type=\"range\" name=\"temperature\" id=\"temperature\" min=\"0\" max=\"1\" step=\"0.1\" value=\"<?= $currentTemperature ?>\">\n <\/div>\n\n <!-- Max Tokens -->\n <select name=\"max_tokens\" class=\"chat-select\">\n <option value=\"1024\" <?= $currentMaxTokens === 1024 ? 'selected' : '' ?>>1024 Tok.<\/option>\n <option value=\"2048\" <?= $currentMaxTokens === 2048 ? 'selected' : '' ?>>2048 Tok.<\/option>\n <option value=\"4096\" <?= $currentMaxTokens === 4096 ? 'selected' : '' ?>>4096 Tok.<\/option>\n <option value=\"8192\" <?= $currentMaxTokens === 8192 ? 'selected' : '' ?>>8192 Tok.<\/option>\n <\/select>\n\n <!-- Presets -->\n <div class=\"chat-presets\">\n <button type=\"button\" class=\"chat-preset<?= $currentTemperature == 0.3 ? ' chat-preset--active' : '' ?>\" data-temp=\"0.3\" data-tokens=\"2048\">Präzise<\/button>\n <button type=\"button\" class=\"chat-preset<?= $currentTemperature == 0.5 ? ' chat-preset--active' : '' ?>\" data-temp=\"0.5\" data-tokens=\"4096\">Ausgewogen<\/button>\n <button type=\"button\" class=\"chat-preset<?= $currentTemperature == 0.9 ? ' chat-preset--active' : '' ?>\" data-temp=\"0.9\" data-tokens=\"4096\">Kreativ<\/button>\n <\/div>\n\n <!-- Quality Check -->\n <label class=\"chat-checkbox chat-checkbox--quality\" title=\"LLM-basierte Validierung\">\n <input type=\"checkbox\" name=\"quality_check\" value=\"1\">\n Qualitätsprüfung",
"numLines": 80,
"startLine": 235,
"totalLines": 759
}
}
}