Interface for the input to the XMLAgent class.

interface XMLAgentInput {
    llmChain: LLMChain<string, any>;
    tools: ToolInterface[];
}

Implemented by

Properties

Properties

llmChain: LLMChain<string, any>
tools: ToolInterface[]

Generated using TypeDoc