fix(LangChain Code Node): Hide node from the node catalogue (#31464)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Dawid Myslak 2026-06-03 10:06:27 +02:00 committed by GitHub
parent 27aca712df
commit 18d4fddebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,6 +223,7 @@ export class Code implements INodeType {
group: ['transform'],
version: 1,
description: 'LangChain Code Node',
hidden: true,
defaults: {
name: 'LangChain Code',
},