Commit 3c80935
authored
Fix misleading summary description in session_memory.ipynb
This PR updates the explanation of how conversation history is summarized in session_memory.ipynb.
The previous wording suggested the earliest of the last 4 turns is summarized, but the implementation actually keeps the last 2 turns verbatim and summarizes earlier messages.
This corrects the text to match the code behavior.1 parent a1b8af6 commit 3c80935
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1146 | 1146 | | |
1147 | 1147 | | |
1148 | 1148 | | |
1149 | | - | |
| 1149 | + | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
| |||
0 commit comments