Commit ff29802
fix: wire up extractionMode option in crawl function
The extractionMode option was documented in JSDoc but never actually
extracted from options or added to the API payload. This fix:
- Extracts extractionMode from options (defaults to true)
- Adds extraction_mode to the payload sent to the API
Now setting extractionMode: false correctly enables markdown conversion
mode instead of AI extraction mode.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent fe253ee commit ff29802
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments