Reuse canonical chat context

This commit is contained in:
Georg Bauer
2026-07-27 18:35:52 +02:00
parent ee7e5696a5
commit 4adb49a4d1
10 changed files with 567 additions and 121 deletions

View File

@@ -17,6 +17,7 @@ diesel::table! {
reasoning -> Nullable<Text>,
reasoning_complete -> Bool,
content -> Text,
model_content -> Nullable<Text>,
system -> Bool,
compaction -> Bool,
compaction_tail_start -> Nullable<Integer>,