v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain/agents
XMLAgentInput
Interface XMLAgentInput
Interface for the input to the XMLAgent class.
interface
XMLAgentInput
{
llmChain
:
LLMChain
<
string
,
any
>
;
tools
:
ToolInterface
[]
;
}
Implemented by
XMLAgent
Index
Properties
llm
Chain
tools
Properties
llm
Chain
llm
Chain
:
LLMChain
<
string
,
any
>
tools
tools
:
ToolInterface
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
llm
Chain
tools
LangChain.js - v0.2.10
Loading...
Interface for the input to the XMLAgent class.