Feat: Add reasoning item to chat configuration modal #5173 (#5177)

### 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:
balibabu
2025-02-20 14:05:52 +08:00
committed by GitHub
parent 39b96849a9
commit f52970b038
4 changed files with 17 additions and 0 deletions

View File

@ -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">