langchain.js
    Preparing search index...

    Interface for the input parameters of the ViolationOfExpectationsChain class.

    interface ViolationOfExpectationsChainInput {
        callbackManager?: any;
        llm: ChatOpenAI;
        memory?: any;
        retriever: BaseRetrieverInterface;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    callbackManager?: any

    Use callbacks instead

    llm: ChatOpenAI

    The LLM to use

    memory?: any
    retriever: BaseRetrieverInterface

    The retriever to use for retrieving stored thoughts and insights.