feat: Change /stats to include more detailed breakdowns (#2615)

This commit is contained in:
Abhi 2025-06-29 20:44:33 -04:00 committed by GitHub
parent 0fd602eb43
commit 770f862832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 3218 additions and 758 deletions

View file

@ -823,11 +823,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
showMemoryUsage={
config.getDebugMode() || config.getShowMemoryUsage()
}
promptTokenCount={sessionStats.currentResponse.promptTokenCount}
candidatesTokenCount={
sessionStats.currentResponse.candidatesTokenCount
}
totalTokenCount={sessionStats.currentResponse.totalTokenCount}
promptTokenCount={sessionStats.lastPromptTokenCount}
/>
</Box>
</Box>