mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
fix(LangChain Code Node): Hide node from the node catalogue (#31464)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -223,6 +223,7 @@ export class Code implements INodeType {
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'LangChain Code Node',
|
||||
hidden: true,
|
||||
defaults: {
|
||||
name: 'LangChain Code',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user