Skip to content

Commit 80ea3e7

Browse files
committed
moved max tokens to advanced
1 parent dc7c321 commit 80ea3e7

File tree

2 files changed

+2
-1
lines changed
  • apps/sim
    • app/workspace/[workspaceId]/logs/components/logs-toolbar/components/notifications/components/workflow-selector
    • blocks/blocks

2 files changed

+2
-1
lines changed

apps/sim/app/workspace/[workspaceId]/logs/components/logs-toolbar/components/notifications/components/workflow-selector/workflow-selector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function WorkflowSelector({
8989
onMouseDown={(e) => handleRemove(e, w.id)}
9090
>
9191
{w.name}
92-
<X className='h-3 w-3' />
92+
<X className='!text-[var(--text-primary)] h-4 w-4 flex-shrink-0 opacity-50' />
9393
</Badge>
9494
))}
9595
{selectedWorkflows.length > 2 && (

apps/sim/blocks/blocks/agent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ Return ONLY the JSON array.`,
528528
title: 'Max Output Tokens',
529529
type: 'short-input',
530530
placeholder: 'Enter max tokens (e.g., 4096)...',
531+
mode: 'advanced',
531532
},
532533
{
533534
id: 'responseFormat',

0 commit comments

Comments
 (0)