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

    Type Alias ConfigWarningNotification

    type ConfigWarningNotification = {
        details: string | null;
        path?: string;
        range?: TextRange;
        summary: string;
    }
    Index

    Properties

    details: string | null

    Optional extra guidance or error details.

    path?: string

    Optional path to the config file that triggered the warning.

    range?: TextRange

    Optional range for the error location inside the config file.

    summary: string

    Concise summary of the warning.