langchain.js
    Preparing search index...

    Interface for the input to the XMLAgent class.

    interface XMLAgentInput {
        llmChain: LLMChain;
        tools: ToolInterface[];
    }

    Implemented by

    Index

    Properties

    Properties

    llmChain: LLMChain
    tools: ToolInterface[]