You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, @ftonato! I'm here to help you with any bugs, questions, or contributions you have for the project. Let's get this sorted out together.
To ensure the Include and Exclude parameters are correctly used with the Firecrawl V1 API, make sure they are passed as lists of strings. Here's how you can handle these parameters:
Extract Parameters: Use the split(",") method to convert comma-separated strings into lists.
Default to Empty Lists: If the parameters are not provided, default them to empty lists.
Self Checks
Dify version
NA
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
When trying to use Include & Exclude parameters the API makes no correct use of them
✔️ Expected Behavior
Include and Exclude parameters are passed correctly to the requests to
/crawl
❌ Actual Behavior
There are some incorrect parameters to use the V1 version of the Firecrawl
The text was updated successfully, but these errors were encountered: