v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.13
LangChain.js
langchain/agents
ChatAgent
Class ChatAgent
Agent for the MRKL chain.
Deprecated
Use the
createStructuredChatAgent method instead
.
Hierarchy (
view full
)
Agent
ChatAgent
Index
Constructors
constructor
Accessors
allowed
Tools
input
Keys
return
Values
Constructors
constructor
new
Chat
Agent
(
input
)
:
ChatAgent
Parameters
input
:
ChatAgentInput
Returns
ChatAgent
Accessors
allowed
Tools
get
allowedTools
(
)
:
undefined
|
string
[]
Returns
undefined
|
string
[]
input
Keys
get
inputKeys
(
)
:
string
[]
Returns
string
[]
return
Values
get
returnValues
(
)
:
string
[]
Returns
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
allowed
Tools
input
Keys
return
Values
LangChain.js - v0.2.13
Loading...
Agent for the MRKL chain.
Deprecated
Use the createStructuredChatAgent method instead.