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

Files changed (1) hide show
  1. 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: `This component is used to extract keywords from user's question. Top N specifies the number of keywords you need 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
- '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.',
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
- 'This component can be used to connect multiple downstream components. It receives input from the upstream component and passes it to each downstream component.',
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',