fix(chat): add distill_transcript (was called but never defined)

handle_dharma_room_turn and handle_dharma_chat both called
distill_transcript since June 30 but the function was never declared,
causing a build failure. Implements last-3-messages extraction for JSON
array transcripts and last-500-char truncation for plain text.
This commit is contained in:
2026-07-01 11:25:48 -05:00
parent 9d266aac4c
commit 31dd93d5f4
2 changed files with 159 additions and 121 deletions
Generated Vendored
+121 -121
View File
File diff suppressed because one or more lines are too long