Skip to content

Commit 60a9e70

Browse files
committed
moved more stuff to advanced mode in the agent block
1 parent 582959c commit 60a9e70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/sim/blocks/blocks/agent.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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: (() => {

0 commit comments

Comments
 (0)