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
node_modules/@instructor-ai/instructor/dist/index.d.cts:103:129 - error TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
103 }>(params: P, requestOptions?: ClientTypeChatCompletionRequestOptions<C>) => Promise<ReturnTypeBasedOnParams<typeof this.client, P>>;
~~~~
Found 1 error in node_modules/@instructor-ai/instructor/dist/index.d.cts:103
When compiling I am getting the following error:
tsconfig.json:
I was able to ignore the issue with adding
"skipLibCheck": true,
to tsconfig but that is not optimal.Thank you!
The text was updated successfully, but these errors were encountered: