feat(tui): add turn token usage diagnostics (#38398)
This commit is contained in:
parent
52c98a4eeb
commit
5b1321a8ca
5 changed files with 175 additions and 12 deletions
|
|
@ -159,6 +159,7 @@ export const Info = Schema.Struct({
|
|||
Schema.Struct({
|
||||
devtools: Schema.optional(Schema.Boolean).annotate({ description: "Show the DevTools debug bar" }),
|
||||
timing: Schema.optional(Schema.Boolean).annotate({ description: "Show time-to-first-draw diagnostics" }),
|
||||
turn_tokens: Schema.optional(Schema.Boolean).annotate({ description: "Show per-turn token usage diagnostics" }),
|
||||
}),
|
||||
).annotate({ description: "Debugging settings" }),
|
||||
animations: Schema.optional(Schema.Boolean).annotate({ description: "Enable interface animations" }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue