> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.AssistantMemoryEdit.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias AssistantMemoryEdit

```typescript
AssistantMemoryEdit:
    | { op: "add"; text: string }
    | { match: string; op: "replace"; text: string }
    | { match: string; op: "remove" }
```
