mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Text Classifier Node): Add output fixing parser (#10667)
This commit is contained in:
@@ -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)',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user