generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Documentation Location
| npm install @strands-agents/sdk |
Current Content
The OpenAI provider documentation has an incorrect installation command that causes runtime errors.
The current installation instructions only show:
npm install @strands-agents/sdk
Correction Needed
This doesn't work because openai is a required peer dependency. Users get:
openai__WEBPACK_IMPORTED_MODULE_0__ is not a constructor
Correct command should be:
npm install openai
Supporting Evidence
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation