feat: tool mode to firecrawl components (#6235)

tool mode to firecrawl

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Edwin Jose 2025-02-17 08:10:22 -05:00 committed by GitHub
commit a7869d291b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ class FirecrawlCrawlApi(Component):
display_name="URL",
required=True,
info="The URL to scrape.",
tool_mode=True,
),
IntInput(
name="timeout",

View file

@ -30,6 +30,7 @@ class FirecrawlScrapeApi(Component):
display_name="URL",
required=True,
info="The URL to scrape.",
tool_mode=True,
),
IntInput(
name="timeout",