UNPKG

n8n-nodes-winston-ai

Version:

AI detector with industry leading accuracy rates in detecting use of AI in text and images. The Winston AI tools also offers a robust plagiarism checker to help maintain integrity.

5 lines (4 loc) 159 B
import { INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class WinstonAi implements INodeType { description: INodeTypeDescription; }