Skip to content

Commit

Permalink
feat: tool mode to firecrawl components (#6235)
Browse files Browse the repository at this point in the history
tool mode to firecrawl

Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>
  • Loading branch information
edwinjosechittilappilly and ogabrielluiz authored Feb 17, 2025
1 parent dfbe578 commit a7869d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class FirecrawlCrawlApi(Component):
display_name="URL",
required=True,
info="The URL to scrape.",
tool_mode=True,
),
IntInput(
name="timeout",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class FirecrawlScrapeApi(Component):
display_name="URL",
required=True,
info="The URL to scrape.",
tool_mode=True,
),
IntInput(
name="timeout",
Expand Down

0 comments on commit a7869d2

Please sign in to comment.