langchain.js
    Preparing search index...

    Interface for parameters required by GoogleCustomSearch class.

    interface GoogleCustomSearchParams {
        apiKey?: string;
        googleCSEId?: string;
    }
    Index

    Properties

    apiKey?: string
    googleCSEId?: string