{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "function getSystemPrompts",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/Persistence\/ContentConfigRepository.php",
"output_mode": "content",
"-A": 10
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "211: public function getSystemPrompts(): array\n212- {\n213- return $this->findAllByType('system_prompt');\n214- }\n215-\n216- public function getAuthorProfile(int $id): ?array\n217- {\n218- return $this->findByIdAndType($id, 'author_profile');\n219- }\n220-\n221- public function getSystemPrompt(int $id): ?array",
"numLines": 11
}
}