Feat: Solved the problem that BeginForm would get stuck when modifying data #3221 (#8080)

### What problem does this PR solve?

Feat: Solved the problem that BeginForm would get stuck when modifying
data #3221
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-06-05 15:12:21 +08:00
committed by GitHub
parent ee52000870
commit 7c7359a9b2
3 changed files with 17 additions and 22 deletions

View File

@ -12,6 +12,7 @@ export function useValues(node?: RAGFlowNodeType) {
enablePrologue: true,
prologue: t('chat.setAnOpenerInitial'),
mode: AgentDialogueMode.Conversational,
inputs: [],
}),
[t],
);