feat(core): add disableCacheControl support for Anthropic provider

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
tanzhenxin 2026-02-04 15:03:37 +08:00
parent 80fc429dab
commit 46327f219e
6 changed files with 107 additions and 8 deletions

View file

@ -629,7 +629,8 @@ const SETTINGS_SCHEMA = {
category: 'Generation Configuration',
requiresRestart: false,
default: false,
description: 'Disable cache control for DashScope providers.',
description:
'Disable cache control for Anthropic and DashScope providers.',
parentKey: 'generationConfig',
showInDialog: false,
},