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

    Type Alias WebSearchLocation

    type WebSearchLocation = {
        city: string | null;
        country: string | null;
        region: string | null;
        timezone: string | null;
    }
    Index

    Properties

    city: string | null
    country: string | null
    region: string | null
    timezone: string | null