writinwaters
commited on
Commit
·
cdbe301
1
Parent(s):
7339681
Updated component description (#2651)
Browse files### What problem does this PR solve?
### Type of change
- [x] Documentation Update
- web/src/locales/en.ts +3 -3
web/src/locales/en.ts
CHANGED
@@ -696,12 +696,12 @@ The above is the content you need to summarize.`,
|
|
696 |
nameRequiredMsg: 'Name is required',
|
697 |
nameRepeatedMsg: 'The name cannot be repeated',
|
698 |
keywordExtract: 'Keyword',
|
699 |
-
keywordExtractDescription: `
|
700 |
baidu: 'Baidu',
|
701 |
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.`,
|
702 |
duckDuckGo: 'DuckDuckGo',
|
703 |
duckDuckGoDescription:
|
704 |
-
'
|
705 |
channel: 'Channel',
|
706 |
channelTip: `Perform text search or news search on the component's input`,
|
707 |
text: 'Text',
|
@@ -966,7 +966,7 @@ The above is the content you need to summarize.`,
|
|
966 |
},
|
967 |
concentrator: 'Concentrator',
|
968 |
concentratorDescription:
|
969 |
-
'
|
970 |
},
|
971 |
footer: {
|
972 |
profile: 'All rights reserved @ React',
|
|
|
696 |
nameRequiredMsg: 'Name is required',
|
697 |
nameRepeatedMsg: 'The name cannot be repeated',
|
698 |
keywordExtract: 'Keyword',
|
699 |
+
keywordExtractDescription: `A component that extracts keywords from a user query, with Top N specifing the number of keywords to extract.`,
|
700 |
baidu: 'Baidu',
|
701 |
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.`,
|
702 |
duckDuckGo: 'DuckDuckGo',
|
703 |
duckDuckGoDescription:
|
704 |
+
'A component that retrieves search results from duckduckgo.com, with TopN specifying the number of search results. It supplements existing knowledge bases.',
|
705 |
channel: 'Channel',
|
706 |
channelTip: `Perform text search or news search on the component's input`,
|
707 |
text: 'Text',
|
|
|
966 |
},
|
967 |
concentrator: 'Concentrator',
|
968 |
concentratorDescription:
|
969 |
+
'A component that receives the output from the upstream component and passes it on as input to the downstream components.',
|
970 |
},
|
971 |
footer: {
|
972 |
profile: 'All rights reserved @ React',
|