@salesforce/agents
    Preparing search index...

    Function getCachedPreviewSessionIds

    • List session IDs that have a cache marker (started via "agent preview start") for this agent. Uses project path and agent's storage ID to find .sfdx/agents//sessions//session-meta.json.

      Parameters

      • project: SfProject
      • agent: { getAgentIdForStorage: () => string | Promise<string> }

      Returns Promise<string[]>