mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-03 11:05:30 +08:00
Feat: HTTP componant supports variables (#10432)
### What problem does this PR solve? HTTP component supports variables. #10382   ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1066,6 +1066,8 @@ export default {
|
||||
cleanHtml: 'Limpar HTML',
|
||||
cleanHtmlTip:
|
||||
'Se a resposta for formatada em HTML e apenas o conteúdo principal for desejado, ative esta opção.',
|
||||
invalidUrl:
|
||||
'Deve ser uma URL válida ou uma URL com marcadores de posição de variáveis no formato {nome_variável} ou {componente@variável}',
|
||||
|
||||
reference: 'Referência',
|
||||
input: 'Entrada',
|
||||
|
||||
Reference in New Issue
Block a user