Interface for the input to the XMLAgent class.

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

Implemented by

Properties

Properties

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

Generated using TypeDoc