mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
add warning description
This commit is contained in:
@@ -58,7 +58,8 @@ class Cheerio_DocumentLoaders implements INode {
|
||||
default: 10,
|
||||
optional: true,
|
||||
additionalParams: true,
|
||||
description: 'Set 0 to crawl/scrape all relative links'
|
||||
description: 'Set 0 to crawl/scrape all relative links',
|
||||
warning: `Scraping all links might take long time, and all links will be upserted again if the flow's state changed (eg: different URL, chunk size, etc) `
|
||||
},
|
||||
{
|
||||
label: 'Metadata',
|
||||
|
||||
@@ -58,7 +58,8 @@ class Playwright_DocumentLoaders implements INode {
|
||||
default: 10,
|
||||
optional: true,
|
||||
additionalParams: true,
|
||||
description: 'Set 0 to crawl/scrape all relative links'
|
||||
description: 'Set 0 to crawl/scrape all relative links',
|
||||
warning: `Scraping all links might take long time, and all links will be upserted again if the flow's state changed (eg: different URL, chunk size, etc) `
|
||||
},
|
||||
{
|
||||
label: 'Metadata',
|
||||
|
||||
@@ -58,7 +58,8 @@ class Puppeteer_DocumentLoaders implements INode {
|
||||
default: 10,
|
||||
optional: true,
|
||||
additionalParams: true,
|
||||
description: 'Set 0 to crawl/scrape all relative links'
|
||||
description: 'Set 0 to crawl/scrape all relative links',
|
||||
warning: `Scraping all links might take long time, and all links will be upserted again if the flow's state changed (eg: different URL, chunk size, etc) `
|
||||
},
|
||||
{
|
||||
label: 'Metadata',
|
||||
|
||||
@@ -57,6 +57,7 @@ export interface INodeParams {
|
||||
type: NodeParamsType | string
|
||||
default?: CommonType | ICommonObject | ICommonObject[]
|
||||
description?: string
|
||||
warning?: string
|
||||
options?: Array<INodeOptionsValue>
|
||||
optional?: boolean | INodeDisplay
|
||||
rows?: number
|
||||
|
||||
Reference in New Issue
Block a user