Skip to content

Commit b5c921c

Browse files
devin-ai-integration[bot]ishan
andcommitted
update exa block description
Co-Authored-By: ishan <ishan@exa.ai>
1 parent 1731a4d commit b5c921c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/blocks/blocks/exa.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import type { ExaResponse } from '@/tools/exa/types'
66
export const ExaBlock: BlockConfig<ExaResponse> = {
77
type: 'exa',
88
name: 'Exa',
9-
description: 'Search with Exa AI',
9+
description: 'Search the web with Exa',
1010
authMode: AuthMode.ApiKey,
1111
longDescription:
12-
'Integrate Exa into the workflow. Can search, get contents, find similar links, answer a question, and perform research.',
12+
'Integrate Exa, one of the best web search APIs for AI, into the workflow. Can search, get contents, find similar links, answer a question, and perform research.',
1313
docsLink: 'https://docs.sim.ai/tools/exa',
1414
category: 'tools',
1515
bgColor: '#1F40ED',

0 commit comments

Comments
 (0)