langchain.js
Preparing search index...
langchain
chains
ChainInputs
Interface ChainInputs
LangChain Messages
interface
ChainInputs
{
callbackManager
?:
any
;
memory
?:
any
;
}
Hierarchy (
View Summary
)
BaseMessage
ChainInputs
GraphCypherQAChainInput
LLMChainInput
SequentialChainInput
SimpleSequentialChainInput
StuffDocumentsChainInput
ChatVectorDBQAChainInput
ConversationalRetrievalQAChainInput
ConstitutionalChainInput
MultiRouteChainInput
LLMRouterChainInput
TransformChainFields
SqlDatabaseChainInput
Implemented by
BaseChain
Index
Properties
callback
Manager?
memory?
Properties
Optional
callback
Manager
callbackManager
?:
any
Deprecated
Use
callbacks
instead
Optional
memory
memory
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
callback
Manager
memory
langchain.js
Loading...
LangChain Messages