fix(Jina AI Node): Default value for "Output format" option (#15683)

This commit is contained in:
RomanDavydchuk
2025-05-27 11:24:35 +03:00
committed by GitHub
parent d45bfbe782
commit e1258547ad

View File

@@ -351,7 +351,7 @@ export class JinaAi implements INodeType {
value: 'text', value: 'text',
}, },
], ],
default: 'json', default: '',
}, },
{ {
displayName: 'Site Filter', displayName: 'Site Filter',