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

    Type Alias ConfigBatchWriteParams

    type ConfigBatchWriteParams = {
        edits: ConfigEdit[];
        expectedVersion?: string | null;
        filePath?: string | null;
        reloadUserConfig?: boolean;
    }
    Index

    Properties

    edits: ConfigEdit[]
    expectedVersion?: string | null
    filePath?: string | null

    Path to the config file to write; defaults to the user's config.toml when omitted.

    reloadUserConfig?: boolean

    When true, hot-reload the updated user config into all loaded threads after writing.