add re-execute API

error hundling
This commit is contained in:
kosukesuenaga 2025-12-05 16:01:59 +09:00
parent 395fba645d
commit c004f6c34f
6 changed files with 99 additions and 93 deletions

View file

@ -1,10 +1,7 @@
import { join } from "path";
export const GEMINI_MODEL_ID = "gemini-2.5-flash";
export const DEBUG = true;
export const CREDENTIALS_PATH = join(__dirname, process.env.SEARVICE_ACCOUNT_CREDENTIALS_FILE || '');
export const CLOUD_STORAGE_MASTER_FOLDER_NAME = "master";
export const CLOUD_STORAGE_LOG_FOLDER_NAME = "request_logs";
export const COMPANIES_FILE_NAME = "companies.json";