feat: translate graph #918 (#1411)

### What problem does this PR solve?

feat: translate graph #918 

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-07-08 10:55:10 +08:00
committed by GitHub
parent e3f5464457
commit 1cff117dc9
4 changed files with 50 additions and 25 deletions

View File

@ -565,6 +565,8 @@ The above is the content you need to summarize.`,
componentId: 'component id',
add: 'Add',
operation: 'operation',
run: 'Run',
save: 'Save',
beginDescription: 'This is where the flow begin',
answerDescription: `This component is used as an interface between bot and human. It receives input of user and display the result of the computation of the bot.`,
retrievalDescription: `This component is for the process of retrieving relevent information from knowledge base. So, knowledgebases should be selected. If there's nothing retrieved, the 'Empty response' will be returned.`,