{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Docs\/ChunkSyncService.php",
"offset": 270,
"limit": 30
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Docs\/ChunkSyncService.php",
"content": "<?php\n\ndeclare(strict_types=1);\n\nnamespace Infrastructure\\Docs;\n\nuse Infrastructure\\AI\\OllamaService;\nuse PDO;\nuse RuntimeException;\n\n\/**\n * Service for synchronizing documentation chunks to Qdrant vector database.\n *\n * Syncs analyzed chunks with their embeddings and metadata to enable\n * semantic search with structured filtering.\n *\/\nfinal class ChunkSyncService\n{\n private const string COLLECTION = 'dokumentation_chunks';\n private const string QDRANT_HOST = 'http:\/\/localhost:6333';",
"numLines": 20,
"startLine": 1,
"totalLines": 541
}
}
}