diff --git a/app/w/[id]/workflow.tsx b/app/w/[id]/workflow.tsx index 14f3164536..c926c3c5d1 100644 --- a/app/w/[id]/workflow.tsx +++ b/app/w/[id]/workflow.tsx @@ -323,7 +323,7 @@ function WorkflowContent() { onDrop={onDrop} onDragOver={(e) => e.preventDefault()} fitView - minZoom={0.4} + minZoom={0.1} maxZoom={1} panOnScroll defaultEdgeOptions={{ type: 'custom' }} diff --git a/blocks/blocks/exa.ts b/blocks/blocks/exa.ts index 6c55a43367..99339c9f83 100644 --- a/blocks/blocks/exa.ts +++ b/blocks/blocks/exa.ts @@ -35,15 +35,6 @@ export const ExaBlock: BlockConfig = { ], value: () => 'exa_search', }, - // API Key (common) - { - id: 'apiKey', - title: 'API Key', - type: 'short-input', - layout: 'full', - placeholder: 'Enter your Exa API key', - password: true, - }, // Search operation inputs { id: 'query', @@ -146,6 +137,15 @@ export const ExaBlock: BlockConfig = { layout: 'full', condition: { field: 'operation', value: 'exa_answer' }, }, + // API Key (common) + { + id: 'apiKey', + title: 'API Key', + type: 'short-input', + layout: 'full', + placeholder: 'Enter your Exa API key', + password: true, + }, ], tools: { access: ['exa_search', 'exa_get_contents', 'exa_find_similar_links', 'exa_answer'],