@n8n/n8n-nodes-langchain
Version:

53 lines • 1.61 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.harmThresholds = exports.harmCategories = void 0;
exports.harmCategories = [
{
value: 'HARM_CATEGORY_HARASSMENT',
name: 'HARM_CATEGORY_HARASSMENT',
description: 'Harassment content',
},
{
value: 'HARM_CATEGORY_HATE_SPEECH',
name: 'HARM_CATEGORY_HATE_SPEECH',
description: 'Hate speech and content',
},
{
value: 'HARM_CATEGORY_SEXUALLY_EXPLICIT',
name: 'HARM_CATEGORY_SEXUALLY_EXPLICIT',
description: 'Sexually explicit content',
},
{
value: 'HARM_CATEGORY_DANGEROUS_CONTENT',
name: 'HARM_CATEGORY_DANGEROUS_CONTENT',
description: 'Dangerous content',
},
];
exports.harmThresholds = [
{
value: 'HARM_BLOCK_THRESHOLD_UNSPECIFIED',
name: 'HARM_BLOCK_THRESHOLD_UNSPECIFIED',
description: 'Threshold is unspecified',
},
{
value: 'BLOCK_LOW_AND_ABOVE',
name: 'BLOCK_LOW_AND_ABOVE',
description: 'Content with NEGLIGIBLE will be allowed',
},
{
value: 'BLOCK_MEDIUM_AND_ABOVE',
name: 'BLOCK_MEDIUM_AND_ABOVE',
description: 'Content with NEGLIGIBLE and LOW will be allowed',
},
{
value: 'BLOCK_ONLY_HIGH',
name: 'BLOCK_ONLY_HIGH',
description: 'Content with NEGLIGIBLE, LOW, and MEDIUM will be allowed',
},
{
value: 'BLOCK_NONE',
name: 'BLOCK_NONE',
description: 'All content will be allowed',
},
];
//# sourceMappingURL=safety-options.js.map