Update docs/design/DDR-session-summarization.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
fd382e68e2
commit
d9f94e8e0f
1 changed files with 3 additions and 3 deletions
|
|
@ -196,12 +196,12 @@ Both forms are supported. If both are present, the nested struct wins.
|
|||
|
||||
| Acceptance Criterion | Test |
|
||||
| -------------------------------------------- | ---------------------------------------------------- |
|
||||
| Summarization triggers above threshold | `TestMaybeSummarize_AboveThreshold` |
|
||||
| Summarization triggers above threshold | `TestMaybeSummarize_AboveMessageThreshold` |
|
||||
| No-op below threshold | `TestMaybeSummarize_BelowThreshold` |
|
||||
| Dedup prevents concurrent summarizations | `TestMaybeSummarize_Dedup` |
|
||||
| Dedup prevents concurrent summarizations | `TestMaybeSummarize_DeduplicatesConcurrent` |
|
||||
| Messages appended during async are preserved | `TestApplySummarization_PreservesNewMessages` |
|
||||
| Stale snapshot rejected | `TestApplySummarization_StaleSnapshot` |
|
||||
| Force compression drops older half | `TestForceCompression_DropsHalf` |
|
||||
| Force compression drops older half | `TestForceCompression_DropsOldestHalf` |
|
||||
| Multi-part batching for large sessions | `TestSummarizeSession_MultiPart` |
|
||||
| Concurrent read/write safety | `TestConcurrent_SummarizeAndWrite` |
|
||||
| Token estimation (Latin + CJK) | `TestEstimateTokens_Latin`, `TestEstimateTokens_CJK` |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue