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