feat: Add DynamicInputVariable to RetrievalForm #1739 (#3112)

### What problem does this PR solve?

feat: Add DynamicInputVariable to RetrievalForm #1739
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-01 13:31:48 +08:00
committed by GitHub
parent 33e5e5db5b
commit 3963aaa23e
29 changed files with 271 additions and 68 deletions

View File

@ -30,6 +30,8 @@ export default {
warn: 'Warn',
action: 'Action',
s: 'S',
pleaseSelect: 'Please select',
pleaseInput: 'Please input',
},
login: {
login: 'Sign in',
@ -744,7 +746,7 @@ The above is the content you need to summarize.`,
googleDescription:
'This component is used to get search result fromhttps://www.google.com/ . Typically, it performs as a supplement to knowledgebases. Top N and SerpApi API key specifies the number of search results you need to adapt.',
bing: 'Bing',
bingTip:
bingDescription:
'This component is used to get search result from https://www.bing.com/. Typically, it performs as a supplement to knowledgebases. Top N and Bing Subscription-Key specifies the number of search results you need to adapt.',
apiKey: 'API KEY',
country: 'Country',
@ -1024,6 +1026,8 @@ The above is the content you need to summarize.`,
timeout: 'Timeout',
headers: 'Headers',
cleanHtml: 'Clean html',
reference: 'Reference',
input: 'Input',
},
footer: {
profile: 'All rights reserved @ React',