You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/hooks/use-editor-subblock-layout.ts
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,9 @@ export function useEditorSubblockLayout(
mode?: 'basic'|'advanced'|'both'|'trigger'// Default is 'both' if not specified. 'trigger' means only shown in trigger mode
278
+
mode?: 'basic'|'advanced'|'both'|'trigger'|'trigger-advanced'// Default is 'both' if not specified. 'trigger' means only shown in trigger mode. 'trigger-advanced' is for advanced canonical pair members shown in trigger mode
279
279
canonicalParamId?: string
280
280
/** Controls parameter visibility in agent/tool-input context */
0 commit comments