Implement reasoning traces in the UI

This commit is contained in:
Nicolas Mowen
2026-05-19 09:55:49 -06:00
parent 31f9611d34
commit c0d784a45b
9 changed files with 176 additions and 4 deletions
+5
View File
@@ -60,5 +60,10 @@
"stats": {
"context": "{{tokens}} tokens",
"tokens_per_second": "{{rate}} t/s"
},
"reasoning": {
"thinking": "Thinking…",
"show": "Show reasoning",
"hide": "Hide reasoning"
}
}