From 68de814752e7cf4058f04f874d0750807488407f Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 17 Sep 2024 16:32:16 +0100 Subject: [PATCH] uncomment e2b credential --- packages/components/credentials/E2B.credential.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/components/credentials/E2B.credential.ts b/packages/components/credentials/E2B.credential.ts index 9228c6cbe8..810ae071f4 100644 --- a/packages/components/credentials/E2B.credential.ts +++ b/packages/components/credentials/E2B.credential.ts @@ -1,5 +1,3 @@ -/* -* TODO: Implement codeInterpreter column to chat_message table import { INodeParams, INodeCredential } from '../src/Interface' class E2BApi implements INodeCredential { @@ -23,4 +21,3 @@ class E2BApi implements INodeCredential { } module.exports = { credClass: E2BApi } -*/