{
"event": "PostToolUse",
"tool_name": "Read",
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/ExecutionMetrics.php",
"content": " if ($this->costUsd !== null) {\n $parts[] = sprintf('$%.4f', $this->costUsd);\n }\n\n if ($this->durationMs !== null) {\n if ($this->durationMs < 1000) {\n $parts[] = \"{$this->durationMs}ms\";\n } else {\n $parts[] = sprintf('%.2fs', $this->durationMs \/ 1000);\n }\n }\n\n return implode(' | ', $parts);\n }\n",
"numLines": 15,
"startLine": 80,
"totalLines": 106
}
}
}