langchain.js
Preparing search index...
@langchain/classic
agents
XMLAgentInput
Interface XMLAgentInput
Interface for the input to the XMLAgent class.
interface
XMLAgentInput
{
llmChain
:
LLMChain
;
tools
:
ToolInterface
[]
;
}
Implemented by
XMLAgent
Index
Properties
llm
Chain
tools
Properties
llm
Chain
llmChain
:
LLMChain
tools
tools
:
ToolInterface
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
llm
Chain
tools
langchain.js
Loading...
Interface for the input to the XMLAgent class.