feat(Structured Output Parser Node): Add auto-fix support to Strucutred Output Parser (#15915)

This commit is contained in:
Jaakko Husso
2025-06-04 12:07:09 +03:00
committed by GitHub
parent eac27b7ac0
commit 4f07ac394b
6 changed files with 322 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ export class OutputParserAutofixing implements INodeType {
iconColor: 'black',
group: ['transform'],
version: 1,
description: 'Automatically fix the output if it is not in the correct format',
description: 'Deprecated, use structured output parser',
defaults: {
name: 'Auto-fixing Output Parser',
},