mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 10:25:52 +08:00
fix(api/core/tools/provider/builtin/spider/tools/scraper_crawler.yaml): Fix wrong placeholder config in scraper crawler tool. (#6432)
This commit is contained in:
parent
929c22a4e8
commit
c0ec40e483
@ -74,7 +74,8 @@ parameters:
|
|||||||
human_description:
|
human_description:
|
||||||
en_US: blacklist a set of paths that you do not want to crawl. you can use regex patterns to help with the list.
|
en_US: blacklist a set of paths that you do not want to crawl. you can use regex patterns to help with the list.
|
||||||
zh_Hans: 指定一组不想爬取的路径。您可以使用正则表达式模式来帮助定义列表。
|
zh_Hans: 指定一组不想爬取的路径。您可以使用正则表达式模式来帮助定义列表。
|
||||||
placeholder: /blog/*, /about
|
placeholder:
|
||||||
|
en_US: /blog/*, /about
|
||||||
form: form
|
form: form
|
||||||
- name: whitelist
|
- name: whitelist
|
||||||
type: string
|
type: string
|
||||||
@ -85,7 +86,8 @@ parameters:
|
|||||||
human_description:
|
human_description:
|
||||||
en_US: Whitelist a set of paths that you want to crawl, ignoring all other routes that do not match the patterns. You can use regex patterns to help with the list.
|
en_US: Whitelist a set of paths that you want to crawl, ignoring all other routes that do not match the patterns. You can use regex patterns to help with the list.
|
||||||
zh_Hans: 指定一组要爬取的路径,忽略所有不匹配模式的其他路由。您可以使用正则表达式模式来帮助定义列表。
|
zh_Hans: 指定一组要爬取的路径,忽略所有不匹配模式的其他路由。您可以使用正则表达式模式来帮助定义列表。
|
||||||
placeholder: /blog/*, /about
|
placeholder:
|
||||||
|
en_US: /blog/*, /about
|
||||||
form: form
|
form: form
|
||||||
- name: readability
|
- name: readability
|
||||||
type: boolean
|
type: boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user