@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias CapabilityRootLocation

    Location used to resolve a selected capability root.

    type CapabilityRootLocation = {
        environmentId: string;
        path: string;
        type: "environment";
    }
    Index

    Properties

    environmentId: string
    path: string

    Absolute path for the root in the selected environment.

    type: "environment"