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
See the `/add-trigger` skill for creating triggers.
579
579
580
+
## Icon Requirement
581
+
582
+
If the icon doesn't already exist in `@/components/icons.tsx`, **do NOT search for it yourself**. After completing the block, ask the user to provide the SVG:
583
+
584
+
```
585
+
The block is complete, but I need an icon for {Service}.
586
+
Please provide the SVG and I'll convert it to a React component.
587
+
588
+
You can usually find this in the service's brand/press kit page, or copy it from their website.
589
+
```
590
+
580
591
## Checklist Before Finishing
581
592
582
593
-[ ] All subBlocks have `id`, `title` (except switch), and `type`
@@ -588,4 +599,5 @@ See the `/add-trigger` skill for creating triggers.
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/chat/components/output-select/output-select.tsx
0 commit comments