Interface for parameters required by the SERPGoogleScholarAPITool class.

interface GoogleScholarAPIParams {
    apiKey?: string;
}

Properties

Properties

apiKey?: string

Optional API key for accessing the SerpApi service.