Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e2b issue - Object literal may only specify known properties, and 'code' does not exist in type 'Msg' #676

Open
jasonhendrix opened this issue Nov 3, 2024 · 0 comments

Comments

@jasonhendrix
Copy link

I'm having problems with this usage example from https://agentic.so/tools/e2b

import { e2b } from '@agentic/e2b'

const res = await e2b({ code: 'print("Hello, World")' })

I get this error:
Object literal may only specify known properties, and 'code' does not exist in type 'Msg'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant