{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/AssigneeType.php",
"limit": 25
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/Entity\/TaskResult.php",
"content": "<?php\n\nnamespace Domain\\Entity;\n\nuse Domain\\ValueObject\\AssigneeType;\n\nclass TaskResult\n{\n private ?int $id = null;\n private int $taskId;\n private ?int $assignmentId = null;\n private string $executor;\n private AssigneeType $executorType;\n private ?string $modelName = null;\n private ?string $request = null;\n private ?string $response = null;\n private \\DateTimeImmutable $requestTimestamp;\n private ?\\DateTimeImmutable $responseTimestamp = null;\n private ?int $durationMs = null;\n private ?int $tokensInput = null;\n private ?int $tokensOutput = null;\n private ?int $tokensTotal = null;\n private ?float $costUsd = null;\n private string $status = 'success';\n private ?string $errorMessage = null;",
"numLines": 25,
"startLine": 1,
"totalLines": 372
}
}
}