langchain.js
    Preparing search index...

    Interface LLMRouterChainInput

    An interface that extends the default ChainInputs interface and adds an additional "llmChain" property.

    interface LLMRouterChainInput {
        callbackManager?: any;
        llmChain: LLMChain<RouterOutputSchema>;
        memory?: any;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    callbackManager?: any

    Use callbacks instead

    memory?: any