#{{ seqNum(req.requestId) }}
{{ req.title || shortModel(req.model) }}
耗时 {{ fmtMs(req.endTime - req.startTime) }}
⚡️{{ fmtMs(req.ttft) }}
{{ fmtDate(req.startTime) }}
{{ req.requestId.slice(0, 8) }}
{{ req.apiFormat }}
{{ fmtN(req.responseChars) }} chars
↑{{ fmtN(req.inputTokens) }}↓{{ fmtN(req.outputTokens ?? 0) }} tok
Stream
T:{{ req.toolCount }}
C:{{ req.toolCallsDetected }}
R:{{ req.retryCount }}
+{{ req.continuationCount }}
🤔 {{ fmtN(req.thinkingChars) }} chars
DEGRADED
ERR
INTERCEPT
{{ req.error }}