Skip to content

Commit 6f33f74

Browse files
committed
Update index.ts
1 parent c71cc74 commit 6f33f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ The query also supports search operators, that you can use if needed to refine t
379379
**Prompt Example:** "Find the latest research papers on AI published in 2023."
380380
**Sources:** web, images, news, default to web unless needed images or news.
381381
**Scrape Options:** Only use scrapeOptions when you think it is absolutely necessary. When you do so default to a lower limit to avoid timeouts, 5 or lower.
382-
**Optimal Workflows:** Search first using firecrawl_search without formats, and then use the scrape tool to get the content of the relevantpage(s) that you want to scrape
382+
**Optimal Workflow:** Search first using firecrawl_search without formats, then after fetching the results, use the scrape tool to get the content of the relevantpage(s) that you want to scrape
383383
384-
**Usage Example without formats:**
384+
**Usage Example without formats (Preferred):**
385385
\`\`\`json
386386
{
387387
"name": "firecrawl_search",

0 commit comments

Comments
 (0)