feat: Add component Concentrator #1739 (#2604)

### What problem does this PR solve?

feat: Add component Concentrator #1739
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-26 14:47:28 +08:00
committed by GitHub
parent cb2ae708f3
commit f6bfe4d970
7 changed files with 54 additions and 1 deletions

View File

@@ -682,7 +682,7 @@ The above is the content you need to summarize.`,
createFromTemplates: 'Create from templates',
retrieval: 'Retrieval',
generate: 'Generate',
answer: 'Answer',
answer: 'Interact',
categorize: 'Categorize',
relevant: 'Relevant',
rewriteQuestion: 'Rewrite',
@@ -964,6 +964,9 @@ The above is the content you need to summarize.`,
symbols: 'Commodity List',
quotes: ' Latest Market Quotes',
},
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.',
},
footer: {
profile: 'All rights reserved @ React',