ISPO SDK
    Preparing search index...

    Interface AssistantMemoryFileState

    Markdown
    interface AssistantMemoryFileState {
        cap: number;
        chars: number;
        entries: string[];
        kind: AssistantMemoryFileKind;
    }
    Index
    cap: number

    Hard character cap. The cap forces curation: an over-cap edit is a typed failure carrying the current entries so the caller consolidates.

    chars: number

    Current character size of the file content.

    entries: string[]

    One declarative fact per line, trimmed.