langchain.js
    Preparing search index...

    Defines the parameters that can be passed to the Serper class during instantiation. It includes gl and hl which are optional.

    type SerperParameters = {
        gl?: string;
        hl?: string;
    }
    Index

    Properties

    Properties

    gl?: string
    hl?: string