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

    Type Alias ModelReroutedNotification

    type ModelReroutedNotification = {
        fromModel: string;
        reason: ModelRerouteReason;
        threadId: string;
        toModel: string;
        turnId: string;
    }
    Index

    Properties

    fromModel: string
    threadId: string
    toModel: string
    turnId: string