{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/DeleteChatSessionUseCaseInterface.php"
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/DeleteChatSessionUseCaseInterface.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace UseCases\\Chat;\n\n\/\/ @responsibility: Interface for deleting chat sessions\n\ninterface DeleteChatSessionUseCaseInterface\n{\n \/**\n * Delete a chat session.\n *\/\n public function deleteSession(int $sessionId): void;\n}\n",
"numLines": 16,
"startLine": 1,
"totalLines": 16
}
}
}