langchain_code.json•1.41 kB
{
"nodeType": "@n8n/n8n-nodes-langchain.code",
"displayName": "LangChain Code",
"description": "LangChain Code Node",
"version": 1,
"properties": [
{
"name": "code",
"displayName": "Code",
"type": "fixedCollection",
"default": {},
"placeholder": "Add Code"
},
{
"name": "notice",
"displayName": "You can import LangChain and use all available functionality. Debug by using <code>console.log()</code> statements and viewing their output in the browser console.",
"type": "notice",
"default": ""
},
{
"name": "inputs",
"displayName": "Inputs",
"type": "fixedCollection",
"default": {},
"description": "The input to add",
"placeholder": "Add Input",
"required": true,
"typeOptions": {
"multipleValues": true
}
},
{
"name": "outputs",
"displayName": "Outputs",
"type": "fixedCollection",
"default": {},
"description": "The output to add",
"placeholder": "Add Output",
"required": true,
"typeOptions": {
"multipleValues": true
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}