{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "QdrantService|qdrantHost",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/AI\/AIConfig.php",
"output_mode": "content",
"-n": true
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "31: * @param string $qdrantHost Qdrant API Host-URL\n39: public string $qdrantHost,\n72: qdrantHost: 'http:\/\/localhost:6333',\n83: * Erzeugt alle benötigten Dependencies (OllamaService, QdrantService, ClaudeService)\n97: $this->createQdrantService(),\n118: * Erstellt einen konfigurierten QdrantService.\n120: * @return QdrantService Konfigurierter QdrantService\n124: * $qdrant = $config->createQdrantService();\n127: public function createQdrantService(): QdrantService\n129: return new QdrantService($this->qdrantHost);",
"numLines": 10
}
}