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:
parent
dfbe578a74
commit
a7869d291b
2 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ class FirecrawlCrawlApi(Component):
|
|||
display_name="URL",
|
||||
required=True,
|
||||
info="The URL to scrape.",
|
||||
tool_mode=True,
|
||||
),
|
||||
IntInput(
|
||||
name="timeout",
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ class FirecrawlScrapeApi(Component):
|
|||
display_name="URL",
|
||||
required=True,
|
||||
info="The URL to scrape.",
|
||||
tool_mode=True,
|
||||
),
|
||||
IntInput(
|
||||
name="timeout",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue