refactor(前端): 移除 useSettings 中的 code_execution 默认配置
- 从前端默认设置中移除 code_execution 工具
This commit is contained in:
parent
1c28484091
commit
5ad191684a
@ -53,7 +53,7 @@ const defaultSettings: Settings = {
|
||||
cchApiKeyConfigured: false,
|
||||
apiFormat: 'claude',
|
||||
defaultModel: 'claude-sonnet-4-5-20250929',
|
||||
defaultTools: ['web_search', 'code_execution', 'web_fetch'],
|
||||
defaultTools: ['web_search', 'web_fetch'],
|
||||
systemPrompt: '',
|
||||
temperature: '0.7',
|
||||
theme: 'light',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user