Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,7 @@ export function LumaIcon(props: SVGProps<SVGSVGElement>) {
<svg {...props} fill='none' viewBox='0 0 133 134' xmlns='http://www.w3.org/2000/svg'>
<path
d='M133 67C96.282 67 66.5 36.994 66.5 0c0 36.994-29.782 67-66.5 67 36.718 0 66.5 30.006 66.5 67 0-36.994 29.782-67 66.5-67'
fill='currentColor'
fill='#000000'
/>
</svg>
)
Expand Down
12 changes: 6 additions & 6 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import {
FirecrawlIcon,
FirefliesIcon,
GammaIcon,
GithubIcon,
GitLabIcon,
GithubIcon,
GmailIcon,
GongIcon,
GoogleBigQueryIcon,
Expand Down Expand Up @@ -81,9 +81,9 @@ import {
LinkedInIcon,
LinkupIcon,
LumaIcon,
MailServerIcon,
MailchimpIcon,
MailgunIcon,
MailServerIcon,
Mem0Icon,
MicrosoftDataverseIcon,
MicrosoftExcelIcon,
Expand Down Expand Up @@ -116,6 +116,8 @@ import {
ResendIcon,
RevenueCatIcon,
S3Icon,
SQSIcon,
STTIcon,
SalesforceIcon,
SearchIcon,
SendgridIcon,
Expand All @@ -127,19 +129,17 @@ import {
SimilarwebIcon,
SlackIcon,
SmtpIcon,
SQSIcon,
SshIcon,
STTIcon,
StagehandIcon,
StripeIcon,
SupabaseIcon,
TTSIcon,
TavilyIcon,
TelegramIcon,
TextractIcon,
TinybirdIcon,
TranslateIcon,
TrelloIcon,
TTSIcon,
TwilioIcon,
TypeformIcon,
UpstashIcon,
Expand All @@ -150,11 +150,11 @@ import {
WhatsAppIcon,
WikipediaIcon,
WordpressIcon,
xIcon,
YouTubeIcon,
ZendeskIcon,
ZepIcon,
ZoomIcon,
xIcon,
} from '@/components/icons'

type IconComponent = ComponentType<SVGProps<SVGSVGElement>>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/tools/luma.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="luma"
color="#FF5C35"
color="#FFFFFF"
/>

{/* MANUAL-CONTENT-START:intro */}
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/tools/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@
"zep",
"zoom"
]
}
}
12 changes: 12 additions & 0 deletions apps/sim/blocks/blocks/fireflies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export const FirefliesBlock: BlockConfig<FirefliesResponse> = {
type: 'short-input',
placeholder: 'e.g., 2024-01-01T00:00:00Z',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_list_transcripts',
Expand All @@ -121,6 +122,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
type: 'short-input',
placeholder: 'e.g., 2024-12-31T23:59:59Z',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_list_transcripts',
Expand All @@ -146,6 +148,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
type: 'short-input',
placeholder: 'Filter by host email',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_list_transcripts',
Expand All @@ -157,6 +160,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
type: 'short-input',
placeholder: 'Comma-separated participant emails',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_list_transcripts',
Expand All @@ -168,6 +172,7 @@ Return ONLY the timestamp string - no explanations, no quotes, no extra text.`,
type: 'short-input',
placeholder: 'Max 50 (default: 50)',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: ['fireflies_list_transcripts', 'fireflies_list_bites'],
Expand Down Expand Up @@ -248,6 +253,7 @@ Return ONLY the title - no quotes, no explanations.`,
type: 'short-input',
placeholder: 'e.g., es, de, fr (default: English)',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: ['fireflies_upload_audio', 'fireflies_add_to_live_meeting'],
Expand Down Expand Up @@ -279,6 +285,7 @@ Return ONLY the two-letter language code - no explanations, no quotes.`,
placeholder: '[{"displayName": "John", "email": "john@example.com"}]',
description: 'JSON array of attendees',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_upload_audio',
Expand All @@ -305,6 +312,7 @@ Return ONLY the valid JSON array - no explanations, no markdown code blocks.`,
type: 'short-input',
placeholder: 'Custom tracking ID',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_upload_audio',
Expand All @@ -330,6 +338,7 @@ Return ONLY the valid JSON array - no explanations, no markdown code blocks.`,
placeholder: 'Optional meeting password',
password: true,
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_add_to_live_meeting',
Expand All @@ -341,6 +350,7 @@ Return ONLY the valid JSON array - no explanations, no markdown code blocks.`,
type: 'short-input',
placeholder: '60 (15-120 minutes)',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_add_to_live_meeting',
Expand Down Expand Up @@ -375,6 +385,7 @@ Return ONLY the valid JSON array - no explanations, no markdown code blocks.`,
type: 'short-input',
placeholder: 'Name for this highlight',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_create_bite',
Expand All @@ -386,6 +397,7 @@ Return ONLY the valid JSON array - no explanations, no markdown code blocks.`,
type: 'long-input',
placeholder: 'Brief description of the highlight',
required: false,
mode: 'advanced',
condition: {
field: 'operation',
value: 'fireflies_create_bite',
Expand Down
7 changes: 7 additions & 0 deletions apps/sim/blocks/blocks/linkup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,26 @@ export const LinkupBlock: BlockConfig<LinkupSearchToolResponse> = {
id: 'includeImages',
title: 'Include Images',
type: 'switch',
mode: 'advanced',
},
{
id: 'includeInlineCitations',
title: 'Include Inline Citations',
type: 'switch',
mode: 'advanced',
},
{
id: 'includeSources',
title: 'Include Sources',
type: 'switch',
mode: 'advanced',
},
{
id: 'fromDate',
title: 'From Date',
type: 'short-input',
placeholder: 'YYYY-MM-DD',
mode: 'advanced',
wandConfig: {
enabled: true,
prompt: `Generate a date in YYYY-MM-DD format based on the user's description.
Expand All @@ -80,6 +84,7 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
title: 'To Date',
type: 'short-input',
placeholder: 'YYYY-MM-DD',
mode: 'advanced',
wandConfig: {
enabled: true,
prompt: `Generate a date in YYYY-MM-DD format based on the user's description.
Expand All @@ -99,12 +104,14 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
title: 'Include Domains',
type: 'long-input',
placeholder: 'example.com, another.com (comma-separated)',
mode: 'advanced',
},
{
id: 'excludeDomains',
title: 'Exclude Domains',
type: 'long-input',
placeholder: 'example.com, another.com (comma-separated)',
mode: 'advanced',
},
{
id: 'apiKey',
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/blocks/blocks/luma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const LumaBlock: BlockConfig = {
'Integrate Luma into the workflow. Can create events, update events, get event details, list calendar events, get guest lists, and add guests to events.',
docsLink: 'https://docs.sim.ai/tools/luma',
category: 'tools',
bgColor: '#FF5C35',
bgColor: '#FFFFFF',
icon: LumaIcon,
authMode: AuthMode.ApiKey,

Expand Down
2 changes: 1 addition & 1 deletion apps/sim/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3985,7 +3985,7 @@ export function LumaIcon(props: SVGProps<SVGSVGElement>) {
<svg {...props} fill='none' viewBox='0 0 133 134' xmlns='http://www.w3.org/2000/svg'>
<path
d='M133 67C96.282 67 66.5 36.994 66.5 0c0 36.994-29.782 67-66.5 67 36.718 0 66.5 30.006 66.5 67 0-36.994 29.782-67 66.5-67'
fill='currentColor'
fill='#000000'
/>
</svg>
)
Expand Down
Loading