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 BaseCallbackHandlerInput {
        _awaitHandler?: boolean;
        ignoreAgent?: boolean;
        ignoreChain?: boolean;
        ignoreCustomEvent?: boolean;
        ignoreLLM?: boolean;
        ignoreRetriever?: boolean;
        raiseError?: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    _awaitHandler?: boolean
    ignoreAgent?: boolean
    ignoreChain?: boolean
    ignoreCustomEvent?: boolean
    ignoreLLM?: boolean
    ignoreRetriever?: boolean
    raiseError?: boolean