From baeea77c5b956467f4103668068d336d2adfa948 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:10:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20in=20WebScraper=20plugin=20descri?= =?UTF-8?q?ption:=20"Scrapper"=20=E2=86=92=20"Scraper"=20(#32790)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> --- .../tools/builtin_tool/providers/webscraper/webscraper.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/core/tools/builtin_tool/providers/webscraper/webscraper.yaml b/api/core/tools/builtin_tool/providers/webscraper/webscraper.yaml index 96edcf42fe..0edcdc4521 100644 --- a/api/core/tools/builtin_tool/providers/webscraper/webscraper.yaml +++ b/api/core/tools/builtin_tool/providers/webscraper/webscraper.yaml @@ -6,9 +6,9 @@ identity: zh_Hans: 网页抓取 pt_BR: WebScraper description: - en_US: Web Scrapper tool kit is used to scrape web + en_US: Web Scraper tool kit is used to scrape web zh_Hans: 一个用于抓取网页的工具。 - pt_BR: Web Scrapper tool kit is used to scrape web + pt_BR: Web Scraper tool kit is used to scrape web icon: icon.svg tags: - productivity