You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Emanuele-Fortunati are you perhaps able to put up a small example repo? It would be helpful for us to be able to reproduce the failure, so that if we look to reland an updated version of the change we can avoid breaking you or others again.
I tried updating a small nextjs app to ai 4.1.17 and it builds with typescript 5.7.3 although admittedly a slightly different tsconfig.
Apologies for the hassle, we are looking to revert in the meantime in any case.
@Emanuele-Fortunati are you perhaps able to put up a small example repo? It would be helpful for us to be able to reproduce the failure, so that if we look to reland an updated version of the change we can avoid breaking you or others again.
I tried updating a small nextjs app to ai 4.1.17 and it builds with typescript 5.7.3 although admittedly a slightly different tsconfig.
Apologies for the hassle, we are looking to revert in the meantime in any case.
Hello, thanks for the support.
I'm travelling this week so it's a bit hard to put up a small repo, I'll do next week for sure.
(unfortunately I cannot share the full code as it belongs to a client of mine)
Description
ai: 4.1.17
typescript: 5.7.3
tsconfig.json:
If I try to compile with tsc, I get lot of the following errors:
Property '_internal' does not exist on type '{ chunks: T[]; initialDelayInMs?: number; chunkDelayInMs?: number; }'
Any idea why?
Code example
AI provider
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: