UpdateProfile applies key/value updates to the user profile.
(updates map[string]string)
| 37 | Remember(content, category string) (string, error) |
| 38 | // UpdateProfile applies key/value updates to the user profile. |
| 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. |
no outgoing calls
no test coverage detected