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:
@ -1397,6 +1397,8 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
|
||||
cleanHtml: 'Clean HTML',
|
||||
cleanHtmlTip:
|
||||
'If the response is HTML formatted and only the primary content wanted, please toggle it on.',
|
||||
invalidUrl:
|
||||
'Must be a valid URL or URL with variable placeholders in the format {variable_name} or {component@variable}',
|
||||
reference: 'Reference',
|
||||
input: 'Input',
|
||||
output: 'Output',
|
||||
|
||||
Reference in New Issue
Block a user