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

    Type Alias Account

    Account:
        | { type: "apiKey" }
        | { email: string | null; planType: PlanType; type: "chatgpt" }
        | {
            credentialSource: AmazonBedrockCredentialSource;
            type: "amazonBedrock";
        }