NAiOS IconNAiOS Logo
Volver al catálogo

Winston AI

winston_ai

Winston AI provides a comprehensive content verification and management platform, offering tools for AI-generated text detection, plagiarism detection, and AI image detection.

Acciones
3
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (3)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

AI Text DetectionWINSTON_AI_AI_TEXT_DETECTIONAcción

Tool to detect ai-generated text. use when you need to assess whether a given text is ai-generated.

Parámetros de entrada

  • contentstringObligatorio

    Text to analyze for AI-generated content

  • includeSentencesboolean

    Whether to include sentence-level breakdown in results

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Plagiarism DetectionWINSTON_AI_PLAGIARISM_DETECTIONAcción

Tool to detect plagiarism. use after preparing text to verify originality against online sources.

Parámetros de entrada

  • textstringObligatorio

    The text to analyze for plagiarism. Must be >100 characters.

  • languagestring

    Language code of the text (e.g., 'en'). Defaults to English if omitted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

TEXT_COMPAREWINSTON_AI_TEXT_COMPAREAcción

Tool to compare two texts. use when you need to measure similarity between two final texts.

Parámetros de entrada

  • text_1stringObligatorio

    The first text to compare.

  • text_2stringObligatorio

    The second text to compare.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not