Commit 129045d
committed
docs: SessionStore Protocol points to delete_session_via_store, not delete_session
delete_session() is the pre-existing sync disk-path helper that os.remove()s
the local JSONL and never touches a SessionStore. The async store-backed
counterpart that actually calls store.delete() is delete_session_via_store().
A user following the old wording would call delete_session() expecting their
adapter's data to be removed and only the local file would go.1 parent d1680b9 commit 129045d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1173 | 1173 | | |
1174 | 1174 | | |
1175 | 1175 | | |
1176 | | - | |
1177 | | - | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
1178 | 1179 | | |
1179 | 1180 | | |
1180 | 1181 | | |
| |||
0 commit comments