langchain.js
    Preparing search index...

    Interface OpenAIModerationChainInput

    Interface for the input parameters of the OpenAIModerationChain class.

    interface OpenAIModerationChainInput {
        apiKey?: string;
        callbackManager?: any;
        configuration?: any;
        memory?: any;
        openAIApiKey?: string;
        openAIOrganization?: string;
        throwError?: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    apiKey?: string
    callbackManager?: any

    Use callbacks instead

    configuration?: any
    memory?: any
    openAIApiKey?: string

    Use "apiKey" instead.

    openAIOrganization?: string
    throwError?: boolean