File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ Return ONLY the JSON array.`,
211211
212212 return [ autoOption , ...validOptions . map ( ( opt ) => ( { label : opt , id : opt } ) ) ]
213213 } ,
214+ mode : 'advanced' ,
214215 condition : {
215216 field : 'model' ,
216217 value : MODELS_WITH_REASONING_EFFORT ,
@@ -269,6 +270,7 @@ Return ONLY the JSON array.`,
269270
270271 return [ autoOption , ...validOptions . map ( ( opt ) => ( { label : opt , id : opt } ) ) ]
271272 } ,
273+ mode : 'advanced' ,
272274 condition : {
273275 field : 'model' ,
274276 value : MODELS_WITH_VERBOSITY ,
@@ -314,6 +316,7 @@ Return ONLY the JSON array.`,
314316
315317 return [ noneOption , ...validOptions . map ( ( opt ) => ( { label : opt , id : opt } ) ) ]
316318 } ,
319+ mode : 'advanced' ,
317320 condition : {
318321 field : 'model' ,
319322 value : MODELS_WITH_THINKING ,
@@ -496,6 +499,7 @@ Return ONLY the JSON array.`,
496499 min : 0 ,
497500 max : 1 ,
498501 defaultValue : 0.3 ,
502+ mode : 'advanced' ,
499503 condition : ( ) => ( {
500504 field : 'model' ,
501505 value : ( ( ) => {
@@ -513,6 +517,7 @@ Return ONLY the JSON array.`,
513517 min : 0 ,
514518 max : 2 ,
515519 defaultValue : 0.3 ,
520+ mode : 'advanced' ,
516521 condition : ( ) => ( {
517522 field : 'model' ,
518523 value : ( ( ) => {
You can’t perform that action at this time.
0 commit comments