{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/ManageChatSessionsUseCase.php",
"content": "\n public function updateTitle(int $sessionId, string $title): string\n {\n $title = trim($title);\n if ($title === '') {\n $title = 'Neuer Chat';\n }\n $title = mb_substr($title, 0, 100);\n $this->sessionRepo->updateTitle($sessionId, $title);\n\n return $title;\n }\n\n public function updateSettings(\n int $sessionId,\n string $model,\n array $collections,\n int $contextLimit,\n int $authorProfileId,\n float $temperature,",
"numLines": 20,
"startLine": 75,
"totalLines": 279
}
}
}