mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
16 lines
1.1 KiB
HTML
16 lines
1.1 KiB
HTML
|
|
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Chat bubbles</title>
|
||
|
|
<link rel="stylesheet" href="_preview.css"></head>
|
||
|
|
<body>
|
||
|
|
<div class="card-root" style="gap:8px">
|
||
|
|
<div style="display:flex;justify-content:flex-end">
|
||
|
|
<div style="background:var(--accent-tint);padding:8px 12px;border-radius:12px;font-size:14px;max-width:70%">What's the status of the cron job?</div>
|
||
|
|
</div>
|
||
|
|
<div style="text-align:right;font-size:10px;color:var(--fg-faint);margin-bottom:6px">9:42 AM</div>
|
||
|
|
<div style="background:var(--bg-quaternary);padding:8px 12px;border-radius:12px;font-size:14px;max-width:80%">
|
||
|
|
<div style="font-size:11px;color:var(--orange-500);font-weight:600;margin-bottom:4px">▾ Reasoning <span style="color:var(--fg-faint);font-weight:400">(127 tokens)</span></div>
|
||
|
|
The <span class="scarf-code" style="font-family:var(--font-mono);font-size:12px;background:rgba(0,0,0,.05);padding:1px 5px;border-radius:4px">daily-summary</span> job ran 14 minutes ago and completed successfully.
|
||
|
|
</div>
|
||
|
|
<div style="font-size:10px;color:var(--fg-faint);margin-left:4px">284 tokens · stop · 9:42 AM</div>
|
||
|
|
</div>
|
||
|
|
</body></html>
|