Skip to content

Commit

Permalink
uncomment e2b credential
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHengZJ committed Sep 17, 2024
1 parent 8dceb43 commit 68de814
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/components/credentials/E2B.credential.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*
* TODO: Implement codeInterpreter column to chat_message table
import { INodeParams, INodeCredential } from '../src/Interface'

class E2BApi implements INodeCredential {
Expand All @@ -23,4 +21,3 @@ class E2BApi implements INodeCredential {
}

module.exports = { credClass: E2BApi }
*/

0 comments on commit 68de814

Please sign in to comment.