Forget removes facts whose content matches the substring.
(match string)
| 39 | UpdateProfile(updates map[string]string) (string, error) |
| 40 | // Forget removes facts whose content matches the substring. |
| 41 | Forget(match string) (string, error) |
| 42 | // Recall returns relevant stored memory (profile + facts) for query. |
| 43 | // The implementation may run HyDE/embedding round-trips to widen recall |
| 44 | // semantically; it bounds those internally. |
no outgoing calls