Add setting to copy response without thinking content
This commit is contained in:
parent
7db21e0159
commit
3dd083dce9
|
|
@ -69,6 +69,11 @@
|
|||
label: 'Copy text attachments as plain text',
|
||||
type: SettingsFieldType.CHECKBOX
|
||||
},
|
||||
{
|
||||
key: SETTINGS_KEYS.COPY_WITHOUT_THINKING,
|
||||
label: 'Copy response without thinking content',
|
||||
type: SettingsFieldType.CHECKBOX
|
||||
},
|
||||
{
|
||||
key: SETTINGS_KEYS.ENABLE_CONTINUE_GENERATION,
|
||||
label: 'Enable "Continue" button',
|
||||
|
|
|
|||
Loading…
Reference in New Issue