Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update exa block description
Co-Authored-By: ishan <ishan@exa.ai>
  • Loading branch information
devin-ai-integration[bot] and ishan committed Mar 20, 2026
commit b5c921ca542dd76d2cf417b825b473d9e5bb94d3
4 changes: 2 additions & 2 deletions apps/sim/blocks/blocks/exa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import type { ExaResponse } from '@/tools/exa/types'
export const ExaBlock: BlockConfig<ExaResponse> = {
type: 'exa',
name: 'Exa',
description: 'Search with Exa AI',
description: 'Search the web with Exa',
authMode: AuthMode.ApiKey,
longDescription:
'Integrate Exa into the workflow. Can search, get contents, find similar links, answer a question, and perform research.',
'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.',
docsLink: 'https://docs.sim.ai/tools/exa',
category: 'tools',
bgColor: '#1F40ED',
Expand Down