CSML-by-Clevy / csml-engine

CSML is an easy-to-use chatbot programming language and framework.

Home Page:https://csml.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forget memory

amerelo opened this issue · comments

Is your feature request related to a problem? Please describe.
currently there is no easy way to delete client memories, the only option available is replacing by null
example: do var = null

Describe the solution you'd like
add a new keyword 'forget'

forget * // all memories
forget tutu // single memory
forget [tutu, tata, toto] // list of memories