Improve chat rendering and generation summaries

This commit is contained in:
Georg Bauer
2026-07-27 14:04:14 +02:00
parent 6a541b51f9
commit 8a08cd7b52
10 changed files with 152 additions and 13 deletions

View File

@@ -20,6 +20,10 @@ diesel::table! {
system -> Bool,
compaction -> Bool,
compaction_tail_start -> Nullable<Integer>,
generation_duration_ms -> Nullable<Integer>,
input_tokens -> Nullable<Integer>,
cached_tokens -> Nullable<Integer>,
output_tokens -> Nullable<Integer>,
}
}