-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Bug]: TS Compile Issue in Yarn #56
Comments
It looks like the TypeScript compiler is having trouble finding the 'files' property on the 'Assistants' and 'Messages' types in your project. This issue could stem from a few different areas:
The
|
Update: I believe this is related to my use of OpenAI's Assistants API, which I don't believe is supported by Portkey as of yet. |
Thank you for raising this @SimonPringleWallace. This is happening because of the latest changes by OpenAI to the Assistants API. We are actively working on fixing this on priority #58 |
Thank you for the update! Appreciate you all getting this fixed so quickly. |
Hello! I have the same build issue. Is there a workaround until the bug is fixed? |
Hey. Sorry for the delay here. We are releasing a new version in a hour which should solve this issue. |
This should be fixed now with latest version v1.3.0 . Please try and let us know if you face any issues. |
Indeed @VisargD ! No more build issue 😊 |
Contact Details
[email protected]
What happened?
After installing the node-sdk into a React project and running
yarn start
I'm receiving the following output. Granted, for demo purposes I am attempting to integrate this into a React app rather than a more typical Node implementation so my use case on its own may account for the issue. Any insight you could provide would be most appreciated!Version
0.1.xx (Default)
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: