From 3363b2d60ef284c231f94394677877d1ed5b9e50 Mon Sep 17 00:00:00 2001 From: Eric Ciarla Date: Sat, 18 Jan 2025 17:06:28 -0300 Subject: [PATCH] Make prompt not required for extract on python sdk --- apps/python-sdk/firecrawl/firecrawl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/python-sdk/firecrawl/firecrawl.py b/apps/python-sdk/firecrawl/firecrawl.py index 078e6a56..ea74d4e6 100644 --- a/apps/python-sdk/firecrawl/firecrawl.py +++ b/apps/python-sdk/firecrawl/firecrawl.py @@ -599,8 +599,8 @@ class FirecrawlApp: """ headers = self._prepare_headers() - if not params or not params.get('prompt'): - raise ValueError("Prompt is required") + #if not params or not params.get('prompt'): + # raise ValueError("Prompt is required") schema = params.get('schema') if schema: