[PR #6705] feat: enhance the firecrawl tool #25396

Closed
opened 2026-02-21 20:24:51 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/6705

State: closed
Merged: Yes


Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

Fixes https://github.com/langgenius/dify/issues/6704

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

Testing Instructions

test locally

d003985bfa633b3053b77b4a67770d1

result will be

{
  "text": "",
  "files": [],
  "json": [
    {
      "success": true,
      "data": {
        "content": "![](https://www.mendable.ai/fullbgdsm.png)\n\n[$ npm i @mendable/search](https://docs.mendable.ai)\n\nJust in time answers  \nfor Sales and Support\n============================================\n\nTrain a secure AI on your technical resources that answers customer and employee questions so your team doesn't have to\n\nGet Started\n\nTalk to Us\n\nBacked BY\n\n![Y Combinator Logo](https://www.mendable.ai/yc.svg)Combinator\n\ninvisible\n\nAssistant\n\nHi, how can I help you?\n\nGenerating\n\nLoadin...",
        "markdown": "![](https://www.mendable.ai/fullbgdsm.png)\n\n[$ npm i @mendable/search](https://docs.mendable.ai)\n\nJust in time answers  \nfor Sales and Support\n============================================\n\nTrain a secure AI on your technical resources that answers customer and employee questions so your team doesn't have to\n\nGet Started\n\nTalk to Us\n\nBacked BY\n\n![Y Combinator Logo](https://www.mendable.ai/yc.svg)Combinator\n\ninvisible\n\nAssistant\n\nHi, h...",
        "metadata": {
          "title": "Mendable",
          "description": "Mendable allows you to easily build AI chat applications. Ingest, customize, then deploy with one line of code anywhere you want. Brought to you by SideGuide",
          "robots": "follow, index",
          "ogTitle": "Mendable",
          "ogDescription": "Mendable allows you to easily build AI chat applications. Ingest, customize, then deploy with one line of code anywhere you want. Brought to you by SideGuide",
          "ogUrl": "https://mendable.ai/",
          "ogImage": "https://mendable.ai/mendable_new_og1.png",
          "ogLocaleAlternate": [],
          "ogSiteName": "Mendable",
          "sourceURL": "https://www.mendable.ai",
          "pageStatusCode": 200,
          "sitemap": {
            "changefreq": "hourly"
          }
        },
        "linksOnPage": [
          "https://firecrawl.dev/?ref=mendable+banner",
          "https://www.mendable.ai/",
          "https://docs.mendable.ai",
	   ...
        ],
        "llm_extraction": {
          "company_description": "Mendable offers a platform for training secure AI that answers questions for sales and support teams, reducing their workload. The platform supports multiple large language models (LLMs), including privacy-first models, and allows for customizations like prompt edits and answer correction. It's equipped with enterprise-grade security features such as SOC 2 Type II certification, role-based access control (RBAC), and secure data connectors. Mendable can integrate with various data sources like Google Drive, Salesforce, and Zendesk, and provides tools for automating and augmenting AI interactions. Notable clients include Snapchat, MongoDB, Langchain, and Worldline. The platform offers both free and enterprise plans."
        }
      },
      "returnCode": 200
    }
  ]
}
**Original Pull Request:** https://github.com/langgenius/dify/pull/6705 **State:** closed **Merged:** Yes --- # Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [x] Please open an issue before creating a PR or link to an existing issue - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description Fixes https://github.com/langgenius/dify/issues/6704 ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement - [ ] Dependency upgrade # Testing Instructions test locally ![d003985bfa633b3053b77b4a67770d1](https://github.com/user-attachments/assets/94f8124a-15c1-4188-abca-1140c172ba7f) result will be ``` { "text": "", "files": [], "json": [ { "success": true, "data": { "content": "![](https://www.mendable.ai/fullbgdsm.png)\n\n[$ npm i @mendable/search](https://docs.mendable.ai)\n\nJust in time answers \nfor Sales and Support\n============================================\n\nTrain a secure AI on your technical resources that answers customer and employee questions so your team doesn't have to\n\nGet Started\n\nTalk to Us\n\nBacked BY\n\n![Y Combinator Logo](https://www.mendable.ai/yc.svg)Combinator\n\ninvisible\n\nAssistant\n\nHi, how can I help you?\n\nGenerating\n\nLoadin...", "markdown": "![](https://www.mendable.ai/fullbgdsm.png)\n\n[$ npm i @mendable/search](https://docs.mendable.ai)\n\nJust in time answers \nfor Sales and Support\n============================================\n\nTrain a secure AI on your technical resources that answers customer and employee questions so your team doesn't have to\n\nGet Started\n\nTalk to Us\n\nBacked BY\n\n![Y Combinator Logo](https://www.mendable.ai/yc.svg)Combinator\n\ninvisible\n\nAssistant\n\nHi, h...", "metadata": { "title": "Mendable", "description": "Mendable allows you to easily build AI chat applications. Ingest, customize, then deploy with one line of code anywhere you want. Brought to you by SideGuide", "robots": "follow, index", "ogTitle": "Mendable", "ogDescription": "Mendable allows you to easily build AI chat applications. Ingest, customize, then deploy with one line of code anywhere you want. Brought to you by SideGuide", "ogUrl": "https://mendable.ai/", "ogImage": "https://mendable.ai/mendable_new_og1.png", "ogLocaleAlternate": [], "ogSiteName": "Mendable", "sourceURL": "https://www.mendable.ai", "pageStatusCode": 200, "sitemap": { "changefreq": "hourly" } }, "linksOnPage": [ "https://firecrawl.dev/?ref=mendable+banner", "https://www.mendable.ai/", "https://docs.mendable.ai", ... ], "llm_extraction": { "company_description": "Mendable offers a platform for training secure AI that answers questions for sales and support teams, reducing their workload. The platform supports multiple large language models (LLMs), including privacy-first models, and allows for customizations like prompt edits and answer correction. It's equipped with enterprise-grade security features such as SOC 2 Type II certification, role-based access control (RBAC), and secure data connectors. Mendable can integrate with various data sources like Google Drive, Salesforce, and Zendesk, and provides tools for automating and augmenting AI interactions. Notable clients include Snapchat, MongoDB, Langchain, and Worldline. The platform offers both free and enterprise plans." } }, "returnCode": 200 } ] } ```
yindo added the pull-request label 2026-02-21 20:24:51 -05:00
yindo closed this issue 2026-02-21 20:24:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25396