{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "grep -n \"getSystemPrompt\\|SystemPrompt\" \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/GetChatSessionUseCase.php 2>\/dev\/null | head -10",
"description": "Check UseCase for SystemPrompt methods"
}
}
{
"tool_response": {
"stdout": "62: public function getSystemPrompts(): array\n64: return $this->configRepo->getSystemPrompts();\n92: public function getDefaultSystemPrompt(): string",
"stderr": "",
"interrupted": false,
"isImage": false
}
}