Core API

clear()

Delete every memory in the current organization.

Signature

typescripttypescript
await ctx.clear(options: ClearOptions): Promise<number>

Example

typescripttypescript
await ctx.clear({ confirm: true });