refactor(core): Add language to node graph schema for Code nodes (#17415)

This commit is contained in:
Iván Ovejero
2025-07-17 15:10:43 +02:00
committed by GitHub
parent 81cd49014a
commit faa8935ccd
2 changed files with 6 additions and 0 deletions

View File

@@ -2633,6 +2633,7 @@ export interface INodeGraphItem {
runs?: number;
items_total?: number;
metric_names?: string[];
language?: string; // only for Code node: 'javascript' or 'python'
}
export interface INodeNameIndex {