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

    Type Alias ConfigValueWriteParams

    type ConfigValueWriteParams = {
        expectedVersion?: string | null;
        filePath?: string | null;
        keyPath: string;
        mergeStrategy: MergeStrategy;
        value: JsonValue;
    }
    Index

    Properties

    expectedVersion?: string | null
    filePath?: string | null

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

    keyPath: string
    mergeStrategy: MergeStrategy
    value: JsonValue