Strands Agents Typescript SDK
    Preparing search index...

    Type Alias SnapshotLocation

    Identifies the location of a snapshot within the storage hierarchy.

    type SnapshotLocation = {
        sessionId: string;
        scope: Scope;
        scopeId: string;
    }
    Index

    Properties

    sessionId: string

    Session identifier

    scope: Scope

    Scope of the snapshot (agent or multi-agent)

    scopeId: string

    Scope-specific identifier (agentId or multiAgentId)