Images that appear consecutively in the dialogue are displayed using a carousel. #12076 (#12077)

### What problem does this PR solve?

Images that appear consecutively in the dialogue are displayed using a
carousel. #12076

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-12-22 14:41:02 +08:00
committed by GitHub
parent 5ba51b21c9
commit 2ddfcc7cf6
5 changed files with 194 additions and 84 deletions

View File

@ -24,9 +24,10 @@ export function WebhookResponse() {
<RAGFlowFormItem
name="execution_mode"
label={t('flow.webhook.executionMode')}
tooltip={t('flow.webhook.executionModeTip')}
>
<SelectWithSearch
options={buildOptions(WebhookExecutionMode)}
options={buildOptions(WebhookExecutionMode, t, 'flow.webhook')}
></SelectWithSearch>
</RAGFlowFormItem>
{executionMode === WebhookExecutionMode.Immediately && (