ISPO SDK
    Preparing search index...

    Type Alias AssistantMemoryEdit

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