Add setting to copy response without thinking content

This commit is contained in:
rankaiyx 2026-03-08 22:00:47 +08:00 committed by GitHub
parent 7db21e0159
commit 3dd083dce9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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',