Nick: prevent additional logging on /extract scrapes

This commit is contained in:
Nicolas 2025-06-13 18:17:17 -03:00
parent ea321b4936
commit c6482eaf2d
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export async function scrapeDocument(
useCache: true,
teamId: options.teamId,
saveScrapeResultToGCS: process.env.GCS_FIRE_ENGINE_BUCKET_NAME ? true : false,
bypassBilling: true,
},
origin: options.origin,
is_scrape: true,

View File

@ -46,6 +46,7 @@ export async function scrapeDocument_F0(
internalOptions: {
useCache: true,
teamId: options.teamId,
bypassBilling: true,
},
origin: options.origin,
is_scrape: true,