Skip to content

[CORRECTION] OpenAI documentation shows wrong installation command #513

@DimitrijeGlibic

Description

@DimitrijeGlibic

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

Image Image

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions