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

    Type Alias WarningNotification

    type WarningNotification = {
        message: string;
        threadId: string | null;
    }
    Index

    Properties

    Properties

    message: string

    Concise warning message for the user.

    threadId: string | null

    Optional thread target when the warning applies to a specific thread.