mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Feat: Add reasoning item to chat configuration modal #5173 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -172,6 +172,14 @@ const PromptEngine = (
|
||||
<UseKnowledgeGraphItem
|
||||
filedName={['prompt_config', 'use_kg']}
|
||||
></UseKnowledgeGraphItem>
|
||||
<Form.Item
|
||||
label={t('reasoning')}
|
||||
tooltip={t('reasoningTip')}
|
||||
name={['prompt_config', 'reasoning']}
|
||||
initialValue={false}
|
||||
>
|
||||
<Switch></Switch>
|
||||
</Form.Item>
|
||||
<Rerank></Rerank>
|
||||
<section className={classNames(styles.variableContainer)}>
|
||||
<Row align={'middle'} justify="end">
|
||||
|
||||
Reference in New Issue
Block a user