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
Confirm this is a Node library issue and not an underlying OpenAI API issue
This is an issue with the Node library
Describe the bug
Description:
There's a typo in the AssistantToolsRetrieval interface of the AssistantCreateParams namespace. The property type is misspelled as 'retreival' instead of the correct 'retrieval'.
Impact:
The typo may cause TypeScript errors and misconfigurations in the codebase.
Fix:
Correct the spelling to 'retrieval' in the interface definition.
To Reproduce
Navigate to the AssistantCreateParams namespace in the TypeScript declaration file.
Observe the incorrect spelling of the type property within the AssistantToolsRetrieval interface.
Code snippets
No response
OS
macOS
Node version
20.9.0
Library version
4.16.0
The text was updated successfully, but these errors were encountered:
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
Description:
There's a typo in the
AssistantToolsRetrieval
interface of theAssistantCreateParams
namespace. The propertytype
is misspelled as'retreival'
instead of the correct'retrieval'
.Impact:
The typo may cause TypeScript errors and misconfigurations in the codebase.
Fix:
Correct the spelling to
'retrieval'
in the interface definition.To Reproduce
AssistantCreateParams
namespace in the TypeScript declaration file.type
property within theAssistantToolsRetrieval
interface.Code snippets
No response
OS
macOS
Node version
20.9.0
Library version
4.16.0
The text was updated successfully, but these errors were encountered: