Skip to content

Commit 3798c56

Browse files
authored
improvement(long-description): modified long description for every block (#1322)
modified long description
1 parent c591433 commit 3798c56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+75
-81
lines changed

apps/sim/blocks/blocks/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const AgentBlock: BlockConfig<AgentResponse> = {
6262
name: 'Agent',
6363
description: 'Build an agent',
6464
longDescription:
65-
'Create powerful AI agents using any LLM provider with customizable system prompts and tool integrations.',
65+
'The Agent block is a core workflow block that is a wrapper around an LLM. It takes in system/user prompts and calls an LLM provider. It can also make tool calls by directly containing tools inside of its tool input. It can additionally return structured output.',
6666
docsLink: 'https://docs.sim.ai/blocks/agent',
6767
category: 'blocks',
6868
bgColor: 'var(--brand-primary-hover-hex)',

apps/sim/blocks/blocks/airtable.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ export const AirtableBlock: BlockConfig<AirtableResponse> = {
77
name: 'Airtable',
88
description: 'Read, create, and update Airtable',
99
longDescription:
10-
'Integrate Airtable functionality to manage table records. List, get, create, ' +
11-
'update single, or update multiple records using OAuth authentication. ' +
12-
'Requires base ID, table ID, and operation-specific parameters.',
10+
'Integrates Airtable into the workflow. Can create, get, list, or update Airtable records. Requires OAuth. Can be used in trigger mode to trigger a workflow when an update is made to an Airtable table.',
1311
docsLink: 'https://docs.sim.ai/tools/airtable',
1412
category: 'tools',
1513
bgColor: '#E0E0E0',

apps/sim/blocks/blocks/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const ApiBlock: BlockConfig<RequestResponse> = {
77
name: 'API',
88
description: 'Use any API',
99
longDescription:
10-
'Connect to any external API with support for all standard HTTP methods and customizable request parameters. Configure headers, query parameters, and request bodies. Standard headers (User-Agent, Accept, Cache-Control, etc.) are automatically included.',
10+
'This is a core workflow block. Connect to any external API with support for all standard HTTP methods and customizable request parameters. Configure headers, query parameters, and request bodies. Standard headers (User-Agent, Accept, Cache-Control, etc.) are automatically included.',
1111
docsLink: 'https://docs.sim.ai/blocks/api',
1212
category: 'blocks',
1313
bgColor: '#2F55FF',

apps/sim/blocks/blocks/arxiv.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const ArxivBlock: BlockConfig<ArxivResponse> = {
77
name: 'ArXiv',
88
description: 'Search and retrieve academic papers from ArXiv',
99
longDescription:
10-
'Search for academic papers, retrieve metadata, download papers, and access the vast collection of scientific research on ArXiv.',
10+
'Integrates ArXiv into the workflow. Can search for papers, get paper details, and get author papers. Does not require OAuth or an API key.',
1111
docsLink: 'https://docs.sim.ai/tools/arxiv',
1212
category: 'tools',
1313
bgColor: '#E0E0E0',

apps/sim/blocks/blocks/browser_use.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const BrowserUseBlock: BlockConfig<BrowserUseResponse> = {
77
name: 'Browser Use',
88
description: 'Run browser automation tasks',
99
longDescription:
10-
'Execute browser automation tasks with BrowserUse to navigate the web, scrape data, and perform actions as if a real user was interacting with the browser. The task runs asynchronously and the block will poll for completion before returning results.',
10+
'Integrate Browser Use into the workflow. Can navigate the web and perform actions as if a real user was interacting with the browser. Requires API Key.',
1111
docsLink: 'https://docs.sim.ai/tools/browser_use',
1212
category: 'tools',
1313
bgColor: '#E0E0E0',

apps/sim/blocks/blocks/clay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const ClayBlock: BlockConfig<ClayPopulateResponse> = {
77
name: 'Clay',
88
description: 'Populate Clay workbook',
99
longDescription:
10-
'Populate Clay workbook with data using a JSON or plain text. Enables direct communication and notifications with channel confirmation.',
10+
'Integrate Clay into the workflow. Can populate a table with data. Requires an API Key.',
1111
docsLink: 'https://docs.sim.ai/tools/clay',
1212
category: 'tools',
1313
bgColor: '#E0E0E0',

apps/sim/blocks/blocks/condition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const ConditionBlock: BlockConfig<ConditionBlockOutput> = {
2020
name: 'Condition',
2121
description: 'Add a condition',
2222
longDescription:
23-
'Add a condition to the workflow to branch the execution path based on a boolean expression.',
23+
'This is a core workflow block. Add a condition to the workflow to branch the execution path based on a boolean expression.',
2424
docsLink: 'https://docs.sim.ai/blocks/condition',
2525
bgColor: '#FF752F',
2626
icon: ConditionalIcon,

apps/sim/blocks/blocks/confluence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const ConfluenceBlock: BlockConfig<ConfluenceResponse> = {
77
name: 'Confluence',
88
description: 'Interact with Confluence',
99
longDescription:
10-
'Connect to Confluence workspaces to retrieve and search documentation. Access page content, metadata, and integrate Confluence documentation into your workflows.',
10+
'Integrate Confluence into the workflow. Can read and update a page. Requires OAuth.',
1111
docsLink: 'https://docs.sim.ai/tools/confluence',
1212
category: 'tools',
1313
bgColor: '#E0E0E0',

apps/sim/blocks/blocks/discord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const DiscordBlock: BlockConfig<DiscordResponse> = {
77
name: 'Discord',
88
description: 'Interact with Discord',
99
longDescription:
10-
'Connect to Discord to send messages, manage channels, and interact with servers. Automate notifications, community management, and integrate Discord into your workflows.',
10+
'Integrate Discord into the workflow. Can send and get messages, get server information, and get a user’s information. Requires bot API key.',
1111
category: 'tools',
1212
bgColor: '#E0E0E0',
1313
icon: DiscordIcon,

apps/sim/blocks/blocks/elevenlabs.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export const ElevenLabsBlock: BlockConfig<ElevenLabsBlockResponse> = {
66
type: 'elevenlabs',
77
name: 'ElevenLabs',
88
description: 'Convert TTS using ElevenLabs',
9-
longDescription: 'Generate realistic speech from text using ElevenLabs voices.',
9+
longDescription:
10+
'Integrate ElevenLabs into the workflow. Can convert text to speech. Requires API key.',
1011
docsLink: 'https://docs.sim.ai/tools/elevenlabs',
1112
category: 'tools',
1213
bgColor: '#181C1E',

0 commit comments

Comments
 (0)