From 78a3579d6e9f2c084c9facbd2ab82f6bee6bb102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adem=C3=ADlson=20Tonato?= Date: Mon, 23 Jun 2025 16:41:19 +0100 Subject: [PATCH] feat: add relevanceai as part of the integrations --- apps/api/src/controllers/v1/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/controllers/v1/types.ts b/apps/api/src/controllers/v1/types.ts index f1e8ed34..e8ce8c51 100644 --- a/apps/api/src/controllers/v1/types.ts +++ b/apps/api/src/controllers/v1/types.ts @@ -23,6 +23,7 @@ export enum IntegrationEnum { MAKE = "make", FLOWISE = "flowise", METAGPT = "metagpt", + RELEVANCEAI = 'relevanceai', } export type Format =