mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Fix: Fixed the issue where the thinking mode on the chat page could not be turned off #9789 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -41,6 +41,11 @@ export function DynamicVariableForm() {
|
||||
<Plus />
|
||||
</Button>
|
||||
</div>
|
||||
<div className="flex gap-2 pr-12 text-text-secondary text-xs">
|
||||
<span className="flex-1">Key</span>
|
||||
<span className="w-3"></span>
|
||||
<span className="flex-1">Optional</span>
|
||||
</div>
|
||||
<div className="space-y-5">
|
||||
{fields.map((field, index) => {
|
||||
const typeField = `${name}.${index}.key`;
|
||||
|
||||
Reference in New Issue
Block a user