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

    Type Alias ErrorNotification

    type ErrorNotification = {
        error: TurnError;
        threadId: string;
        turnId: string;
        willRetry: boolean;
    }
    Index

    Properties

    error: TurnError
    threadId: string
    turnId: string
    willRetry: boolean