langchain.js
    Preparing search index...

    Initialization options for UntrackedValue.

    interface UntrackedValueInit {
        guard?: boolean;
    }
    Index

    Properties

    Properties

    guard?: boolean

    If true (default), throws an error if multiple updates are made in a single step. If false, only the last value is kept per step.