feat(Text Classifier Node): Add output fixing parser (#10667)

This commit is contained in:
Eugene
2024-09-05 09:39:44 +02:00
committed by GitHub
parent 81540318b4
commit aa37c32f26
2 changed files with 17 additions and 3 deletions

View File

@@ -129,7 +129,8 @@ export class SentimentAnalysis implements INodeType {
name: 'enableAutoFixing',
type: 'boolean',
default: true,
description: 'Whether to enable auto-fixing for the output parser',
description:
'Whether to enable auto-fixing (may trigger an additional LLM call if output is broken)',
},
],
},