Updated component description (#2651)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters 2024-09-29 14:53:52 +08:00 committed by GitHub
parent 25f07e8e29
commit 01db00b587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -696,12 +696,12 @@ The above is the content you need to summarize.`,
nameRequiredMsg: 'Name is required',
nameRepeatedMsg: 'The name cannot be repeated',
keywordExtract: 'Keyword',
keywordExtractDescription: `This component is used to extract keywords from user's question. Top N specifies the number of keywords you need to extract.`,
keywordExtractDescription: `A component that extracts keywords from a user query, with Top N specifing the number of keywords to extract.`,
baidu: 'Baidu',
baiduDescription: `This component is used to get search result from www.baidu.com. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.`,
duckDuckGo: 'DuckDuckGo',
duckDuckGoDescription:
'This component is used to get search result from www.duckduckgo.com. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.',
'A component that retrieves search results from duckduckgo.com, with TopN specifying the number of search results. It supplements existing knowledge bases.',
channel: 'Channel',
channelTip: `Perform text search or news search on the component's input`,
text: 'Text',
@ -966,7 +966,7 @@ The above is the content you need to summarize.`,
},
concentrator: 'Concentrator',
concentratorDescription:
'This component can be used to connect multiple downstream components. It receives input from the upstream component and passes it to each downstream component.',
'A component that receives the output from the upstream component and passes it on as input to the downstream components.',
},
footer: {
profile: 'All rights reserved @ React',