langchain_memoryChatRetriever.json•918 B
{
"nodeType": "@n8n/n8n-nodes-langchain.memoryChatRetriever",
"displayName": "Chat Messages Retriever",
"description": "Retrieve chat messages from memory and use them in the workflow",
"version": 1,
"properties": [
{
"name": "deprecatedNotice",
"displayName": "This node is deprecated. Use 'Chat Memory Manager' node instead.",
"type": "notice",
"default": ""
},
{
"name": "simplifyOutput",
"displayName": "Simplify Output",
"type": "boolean",
"default": true,
"description": "Whether to simplify the output to only include the sender and the text"
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "memory",
"requires": [],
"optional": [],
"consumedBy": [
"AiAgent"
],
"consumes": [],
"produces": []
}
}