mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
🎯 Feature: Customizable Model Training and Tool Output Management (#981)
This commit is contained in:
parent
21fba6eb89
commit
c3d427730e
32 changed files with 795 additions and 607 deletions
|
|
@ -549,6 +549,16 @@ const SETTINGS_SCHEMA = {
|
|||
description: 'Disable all loop detection checks (streaming and LLM).',
|
||||
showInDialog: true,
|
||||
},
|
||||
skipStartupContext: {
|
||||
type: 'boolean',
|
||||
label: 'Skip Startup Context',
|
||||
category: 'Model',
|
||||
requiresRestart: true,
|
||||
default: false,
|
||||
description:
|
||||
'Avoid sending the workspace startup context at the beginning of each session.',
|
||||
showInDialog: true,
|
||||
},
|
||||
enableOpenAILogging: {
|
||||
type: 'boolean',
|
||||
label: 'Enable OpenAI Logging',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue