Recast: reset all memory except specific field

131 Views Asked by At

Is there a way, while configuring recast bot, to set an action to reset all memory, except a specific field?

I already tried to unset all fields except the one I need, but it's boring, unextendable, unscalable and unmaintenable.

Thanks

2

There are 2 best solutions below

0
On

You should ask it on Recast.ai 's GitHub issues. Most of the time they respond within 24h.

0
On

currently there is no way to unset all memory expect one specific field from the Builder but through the API you can send a new memory object with only the field you want to keep and this will erase the current memory - you can do this using a webhook call that has only this purpose.