Project Files
src / setup.ts
/**
* This file is deprecated and no longer used.
* Service Account validation is not required for the Google AI Studio API (API Key).
*/
export function validateServiceAccount(
globalConfig: any,
logger: any,
) {
// No-op
}