langchain.js
    Preparing search index...

    Interface for the input parameters of the BaseCallbackHandler class. It allows to specify which types of events should be ignored by the callback handler.

    interface LangChainTracerFields {
        _awaitHandler?: boolean;
        client?: LangSmithTracingClientInterface;
        exampleId?: string;
        ignoreAgent?: boolean;
        ignoreChain?: boolean;
        ignoreCustomEvent?: boolean;
        ignoreLLM?: boolean;
        ignoreRetriever?: boolean;
        projectName?: string;
        raiseError?: boolean;
        replicas?: Replica[];
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _awaitHandler?: boolean
    client?: LangSmithTracingClientInterface
    exampleId?: string
    ignoreAgent?: boolean
    ignoreChain?: boolean
    ignoreCustomEvent?: boolean
    ignoreLLM?: boolean
    ignoreRetriever?: boolean
    projectName?: string
    raiseError?: boolean
    replicas?: Replica[]