mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Structured Output Parser Node): Add auto-fix support to Strucutred Output Parser (#15915)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user