Skip to content

Commit 1bb6276

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 a97ea59 commit 1bb6276

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

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,
@@ -72,9 +72,9 @@ import {
7272
LinearIcon,
7373
LinkedInIcon,
7474
LinkupIcon,
75+
MailServerIcon,
7576
MailchimpIcon,
7677
MailgunIcon,
77-
MailServerIcon,
7878
Mem0Icon,
7979
MicrosoftDataverseIcon,
8080
MicrosoftExcelIcon,
@@ -107,6 +107,8 @@ import {
107107
ResendIcon,
108108
RevenueCatIcon,
109109
S3Icon,
110+
SQSIcon,
111+
STTIcon,
110112
SalesforceIcon,
111113
SearchIcon,
112114
SendgridIcon,
@@ -118,19 +120,17 @@ import {
118120
SimilarwebIcon,
119121
SlackIcon,
120122
SmtpIcon,
121-
SQSIcon,
122123
SshIcon,
123-
STTIcon,
124124
StagehandIcon,
125125
StripeIcon,
126126
SupabaseIcon,
127+
TTSIcon,
127128
TavilyIcon,
128129
TelegramIcon,
129130
TextractIcon,
130131
TinybirdIcon,
131132
TranslateIcon,
132133
TrelloIcon,
133-
TTSIcon,
134134
TwilioIcon,
135135
TypeformIcon,
136136
UpstashIcon,
@@ -141,11 +141,11 @@ import {
141141
WhatsAppIcon,
142142
WikipediaIcon,
143143
WordpressIcon,
144-
xIcon,
145144
YouTubeIcon,
146145
ZendeskIcon,
147146
ZepIcon,
148147
ZoomIcon,
148+
xIcon,
149149
} from '@/components/icons'
150150

151151
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
@@ -1399,7 +1399,7 @@ Delete a Confluence blog post.
13991399

14001400
### `confluence_get_user`
14011401

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

14041404
#### Input
14051405

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

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

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)