{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/AI\/OllamaClient.php",
"limit": 15
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/AI\/AnthropicClient.php",
"content": "<?php\n\nnamespace Infrastructure\\AI;\n\nclass AnthropicClient implements AIClientInterface\n{\n private string $apiKey;\n private string $model;\n private string $baseUrl;\n private int $timeout;\n\n private const PRICING = [\n 'claude-sonnet-4-20250514' => ['input' => 3.0, 'output' => 15.0],\n 'claude-opus-4-20250514' => ['input' => 15.0, 'output' => 75.0],\n 'claude-haiku-3-20250514' => ['input' => 0.25, 'output' => 1.25],",
"numLines": 15,
"startLine": 1,
"totalLines": 165
}
}
}