{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "->getSession\\(|settingsHaveChanged",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src",
"output_mode": "content"
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "src\/Controller\/ChatController.php:44: $session = $this->sessionsUseCase->getSession($uuid);\nsrc\/Controller\/ChatController.php:75: $session = $this->sessionsUseCase->getSession($uuid);\nsrc\/Controller\/ChatController.php:94: if ($this->sessionsUseCase->settingsHaveChanged($session, $model, $collections, $contextLimit, $authorProfileId, $temperature, $maxTokens)) {\nsrc\/Controller\/ChatController.php:149: $session = $this->sessionsUseCase->getSession($uuid);\nsrc\/Controller\/ChatController.php:161: $session = $this->sessionsUseCase->getSession($uuid);\nsrc\/Controller\/ChatController.php:173: $session = $this->sessionsUseCase->getSession($uuid);\nsrc\/Controller\/ChatController.php:188: $session = $this->sessionsUseCase->getSession($uuid);\nsrc\/UseCases\/Chat\/ManageChatSessionsUseCase.php:172: public function settingsHaveChanged(array $session, string $model, array $collections, int $contextLimit, int $authorProfileId, float $temperature, int $maxTokens): bool",
"numLines": 8
}
}