{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "enrichSearchResults|buildSemanticSummary",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src",
"output_mode": "content",
"-n": true
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "src\/Infrastructure\/AI\/ChatService.php:117: $searchResults = $this->semantic->enrichSearchResults($searchResults);\nsrc\/Infrastructure\/AI\/ChatService.php:118: $semanticSummary = $this->semantic->buildSemanticSummary($searchResults);\nsrc\/Infrastructure\/AI\/SemanticEnrichmentService.php:38: public function enrichSearchResults(array $searchResults): array\nsrc\/Infrastructure\/AI\/SemanticEnrichmentService.php:152: public function buildSemanticSummary(array $searchResults, int $maxEntities = 5, int $maxTerms = 3): string",
"numLines": 4
}
}