langchain_toolCode.json•634 B
{
"nodeType": "@n8n/n8n-nodes-langchain.toolCode",
"displayName": "Code Tool",
"description": "Write a tool in JS or Python",
"version": [
1,
1.1,
1.2,
1.3
],
"properties": [],
"credentialsConfig": [],
"io": {
"inputs": [
"AiTool"
],
"outputs": [
"AiTool"
],
"outputNames": [
"Tool"
],
"hints": {
"connectTo": [
"AiAgent"
]
}
},
"wiring": {
"role": "tool",
"requires": [],
"optional": [],
"consumedBy": [
"AiAgent"
],
"consumes": [
"AiTool"
],
"produces": [
"AiTool"
]
}
}