Skip to content

Commit 73513ea

Browse files
waleedlatif1claude
andcommitted
fix(confluence): fix truncated get_user tool description in docs
Remove apostrophe from description that caused MDX generation to truncate at the escape character. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent af6b5e1 commit 73513ea

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ import {
3838
EyeIcon,
3939
FirecrawlIcon,
4040
FirefliesIcon,
41-
GithubIcon,
4241
GitLabIcon,
42+
GithubIcon,
4343
GmailIcon,
4444
GongIcon,
4545
GoogleBooksIcon,
@@ -73,9 +73,9 @@ import {
7373
LinearIcon,
7474
LinkedInIcon,
7575
LinkupIcon,
76+
MailServerIcon,
7677
MailchimpIcon,
7778
MailgunIcon,
78-
MailServerIcon,
7979
Mem0Icon,
8080
MicrosoftDataverseIcon,
8181
MicrosoftExcelIcon,
@@ -108,6 +108,8 @@ import {
108108
ResendIcon,
109109
RevenueCatIcon,
110110
S3Icon,
111+
SQSIcon,
112+
STTIcon,
111113
SalesforceIcon,
112114
SearchIcon,
113115
SendgridIcon,
@@ -119,19 +121,17 @@ import {
119121
SimilarwebIcon,
120122
SlackIcon,
121123
SmtpIcon,
122-
SQSIcon,
123124
SshIcon,
124-
STTIcon,
125125
StagehandIcon,
126126
StripeIcon,
127127
SupabaseIcon,
128+
TTSIcon,
128129
TavilyIcon,
129130
TelegramIcon,
130131
TextractIcon,
131132
TinybirdIcon,
132133
TranslateIcon,
133134
TrelloIcon,
134-
TTSIcon,
135135
TwilioIcon,
136136
TypeformIcon,
137137
UpstashIcon,
@@ -142,11 +142,11 @@ import {
142142
WhatsAppIcon,
143143
WikipediaIcon,
144144
WordpressIcon,
145-
xIcon,
146145
YouTubeIcon,
147146
ZendeskIcon,
148147
ZepIcon,
149148
ZoomIcon,
149+
xIcon,
150150
} from '@/components/icons'
151151

152152
type IconComponent = ComponentType<SVGProps<SVGSVGElement>>

apps/docs/content/docs/en/tools/confluence.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ Delete a Confluence blog post.
14041404

14051405
### `confluence_get_user`
14061406

1407-
Get a Confluence user\
1407+
Get display name and profile info for a Confluence user by account ID.
14081408

14091409
#### Input
14101410

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@
147147
"zep",
148148
"zoom"
149149
]
150-
}
150+
}

apps/sim/tools/confluence/get_user.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const confluenceGetUserTool: ToolConfig<ConfluenceGetUserParams, Confluen
2525
{
2626
id: 'confluence_get_user',
2727
name: 'Confluence Get User',
28-
description: "Get a Confluence user's display name and profile info by their account ID.",
28+
description: 'Get display name and profile info for a Confluence user by account ID.',
2929
version: '1.0.0',
3030

3131
oauth: {

0 commit comments

Comments
 (0)