Add prompt processing metrics (#250)

- capture prompt processing metrics
- display prompt processing metrics on UI Activity page
This commit is contained in:
Benson Wong
2025-08-14 10:02:16 -07:00
committed by GitHub
parent a186318892
commit 74c69f39ef
4 changed files with 7 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ interface Metrics {
model: string;
input_tokens: number;
output_tokens: number;
prompt_per_second: number;
tokens_per_second: number;
duration_ms: number;
}