{
"event": "PostToolUse",
"raw_data": {
"session_id": "18ef5bf3-e872-4052-897e-53d6dc45b0b9",
"transcript_path": "\/root\/.claude\/projects\/-var-www\/18ef5bf3-e872-4052-897e-53d6dc45b0b9.jsonl",
"cwd": "\/var\/www\/dev.campus.systemische-tools.de\/src",
"permission_mode": "acceptEdits",
"hook_event_name": "PostToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Exception\/DimensionMismatchException.php",
"limit": 25
},
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Exception\/DimensionMismatchException.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Domain\\Exception;\n\nuse RuntimeException;\n\n\/**\n * Exception thrown when vector dimensions don't match.\n *\n * This occurs when:\n * - Attempting to search collections with different embedding sizes\n * - Query embedding dimension doesn't match collection's vector_size\n *\n * @package Domain\\Exception\n *\/\nclass DimensionMismatchException extends RuntimeException\n{\n public function __construct(\n string $message,\n public readonly ?string $collectionId = null,\n public readonly ?int $expectedSize = null,\n public readonly ?int $actualSize = null\n ) {",
"numLines": 25,
"startLine": 1,
"totalLines": 62
}
},
"tool_use_id": "toolu_01CTwLFAYRqMV3xcRJfPTq8T"
}
}