node_modules/openai/src/streaming.ts(187,18): error TS7006: Parameter 'ctrl' implicitly has an 'any' type.
Problem
Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library Describe the bug node_modules/openai/src/streaming.ts(187,18): error TS7006: Parameter 'ctrl' implicitly has an 'any' type. To Reproduce "openai": "^4.20.1", Code snippets _No response_ OS macOS Node version rwest@Roshis-MacBook-Pro slackgpt3 % node -v v21.2.0 Library version "openai": "^4.20.1",
Error Output
error TS7006: Parameter 'ctrl' implicitly has an 'any' type.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: node_modules/openai/src/streaming.ts(187,18): error TS7006: Parameter 'ctrl' implicitly has an 'any' type.
4.12.0 was OK But from 4.13.0 to the latest 4.20.1 were not OK.
Trust Score
1 verification
- 1
Step 1
But from 4.13.0 to the latest 4.20.1 were not OK.
Validation
Resolved in openai/openai-node GitHub issue #560. Community reactions: 0 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep