Skip to content

Commit bbe1c65

Browse files
committed
refactor(icon-mapping): reorder icon imports for consistency and formatting improvements; update airweave block retrieval strategy description formatting; add newline at end of meta.json
1 parent 3de1f07 commit bbe1c65

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

apps/docs/components/ui/icon-mapping.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ import {
3535
EyeIcon,
3636
FirecrawlIcon,
3737
FirefliesIcon,
38-
GitLabIcon,
3938
GithubIcon,
39+
GitLabIcon,
4040
GmailIcon,
4141
GoogleCalendarIcon,
4242
GoogleDocsIcon,
@@ -66,9 +66,9 @@ import {
6666
LinearIcon,
6767
LinkedInIcon,
6868
LinkupIcon,
69-
MailServerIcon,
7069
MailchimpIcon,
7170
MailgunIcon,
71+
MailServerIcon,
7272
Mem0Icon,
7373
MicrosoftExcelIcon,
7474
MicrosoftOneDriveIcon,
@@ -97,8 +97,6 @@ import {
9797
ReductoIcon,
9898
ResendIcon,
9999
S3Icon,
100-
SQSIcon,
101-
STTIcon,
102100
SalesforceIcon,
103101
SearchIcon,
104102
SendgridIcon,
@@ -110,17 +108,19 @@ import {
110108
SimilarwebIcon,
111109
SlackIcon,
112110
SmtpIcon,
111+
SQSIcon,
113112
SshIcon,
113+
STTIcon,
114114
StagehandIcon,
115115
StripeIcon,
116116
SupabaseIcon,
117-
TTSIcon,
118117
TavilyIcon,
119118
TelegramIcon,
120119
TextractIcon,
121120
TinybirdIcon,
122121
TranslateIcon,
123122
TrelloIcon,
123+
TTSIcon,
124124
TwilioIcon,
125125
TypeformIcon,
126126
VideoIcon,
@@ -129,11 +129,11 @@ import {
129129
WhatsAppIcon,
130130
WikipediaIcon,
131131
WordpressIcon,
132+
xIcon,
132133
YouTubeIcon,
133134
ZendeskIcon,
134135
ZepIcon,
135136
ZoomIcon,
136-
xIcon,
137137
} from '@/components/icons'
138138

139139
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@
133133
"zep",
134134
"zoom"
135135
]
136-
}
136+
}

apps/sim/blocks/blocks/airweave.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ export const AirweaveBlock: BlockConfig<AirweaveSearchResponse> = {
8787
query: { type: 'string', description: 'Search query text' },
8888
apiKey: { type: 'string', description: 'Airweave API key' },
8989
limit: { type: 'number', description: 'Maximum number of results' },
90-
retrievalStrategy: { type: 'string', description: 'Retrieval strategy (hybrid/neural/keyword)' },
90+
retrievalStrategy: {
91+
type: 'string',
92+
description: 'Retrieval strategy (hybrid/neural/keyword)',
93+
},
9194
expandQuery: { type: 'boolean', description: 'Generate query variations' },
9295
rerank: { type: 'boolean', description: 'Rerank results with LLM' },
9396
generateAnswer: { type: 'boolean', description: 'Generate AI answer' },

0 commit comments

Comments
 (0)