mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-09-04 10:11:46 +03:00
refine(tui): clarify model telemetry
This commit is contained in:
+3
-2
@@ -1381,8 +1381,9 @@ describe("NanobotTui layout", () => {
|
||||
const footer = setup.captureCharFrame().split("\n").find((line) => line.includes("Ready · 1.7s")) || ""
|
||||
expect(footer).toContain("Ready · 1.7s")
|
||||
expect(footer).toContain("50 tok/s")
|
||||
expect(footer).toContain("cache 75%")
|
||||
expect(footer).toContain("↑1.2k ↓80")
|
||||
expect(footer).toContain("1.2K in · 80 out")
|
||||
expect(footer).toContain("75% cached")
|
||||
expect(footer).not.toContain("TTFT")
|
||||
expect(footer).not.toContain("enter send")
|
||||
|
||||
app.accept({ event: "reasoning_delta", chat_id: "chat", text: "hidden" })
|
||||
|
||||
Reference in New Issue
Block a user