{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/ExportChatSessionUseCase.php",
"content": " $sourceData = is_string($source) ? json_decode($source, true) : $source;\n if (!is_array($sourceData)) {\n continue;\n }\n $sourceTitle = $sourceData['title'] ?? 'Unbekannt';\n $score = isset($sourceData['score']) ? round((float) $sourceData['score'] * 100) . '%' : '';\n $collection = isset($sourceData['collection']) ? \"[{$sourceData['collection']}] \" : '';\n $md .= \"- {$collection}{$sourceTitle} ({$score})\\n\";\n }\n $md .= \"\\n\";\n }\n\n $md .= \"---\\n\\n\";\n }\n }",
"numLines": 15,
"startLine": 55,
"totalLines": 150
}
}
}