Skip to content

Commit 1a0eeb6

Browse files
committed
update
1 parent d4defa4 commit 1a0eeb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: components/firecrawl/actions/extract-data/extract-data.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export default {
3333
description: "When `true`, the extraction will use web search to find additional data",
3434
optional: true,
3535
},
36-
importSitemap: {
36+
ignoreSitemap: {
3737
type: "boolean",
38-
label: "Import Sitemap",
38+
label: "Ignore Sitemap",
3939
description: "When true, sitemap.xml files will be ignored during website scanning",
4040
optional: true,
4141
},
@@ -70,7 +70,7 @@ export default {
7070
prompt: this.prompt,
7171
schema: this.schema && parseObjectEntries(this.schema),
7272
enableWebSearch: this.enableWebSearch,
73-
importSitemap: this.importSitemap,
73+
ignoreSitemap: this.importSitemap,
7474
includeSubdomains: this.includeSubdomains,
7575
showSources: this.showSources,
7676
},

0 commit comments

Comments
 (0)