Feat: Add keyword item to AssistantSetting #4543 (#4603)

### What problem does this PR solve?

Feat: Add keyword item to AssistantSetting #4543

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-23 15:58:22 +08:00
committed by GitHub
parent 240e7d7c22
commit b23a4a8fea
6 changed files with 38 additions and 1 deletions

View File

@ -107,6 +107,15 @@ const AssistantSetting = ({ show, form }: ISegmentedContentProps) => {
>
<Switch />
</Form.Item>
<Form.Item
label={t('keyword')}
valuePropName="checked"
name={['prompt_config', 'keyword']}
tooltip={t('keywordTip')}
initialValue={false}
>
<Switch />
</Form.Item>
{/* <Form.Item
label={t('selfRag')}
valuePropName="checked"