feat(js-sdk): support scrapeOptions in ExtractParams

This commit is contained in:
Gergő Móricz 2025-02-19 17:08:43 +01:00
parent 5c47e97db2
commit 4fd26a3baa

View File

@ -264,6 +264,7 @@ export interface ExtractParams<LLMSchema extends zt.ZodSchema = any> {
includeSubdomains?: boolean;
origin?: string;
showSources?: boolean;
scrapeOptions?: CrawlScrapeOptions;
}
/**