Skip to content

Commit 5553fe2

Browse files
Merge pull request #521 from MicrosoftDocs/main
Merge: Fix incorrect assistant dotnet add command
2 parents 5d5cfe8 + 60baddf commit 5553fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic-kernel/Frameworks/agent/assistant-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To proceed with developing an `OpenAIAIAssistantAgent`, configure your developme
5252
Add the `Microsoft.SemanticKernel.Agents.OpenAI` package to your project:
5353

5454
```pwsh
55-
dotnet add package Microsoft.SemanticKernel.Agents.AzureAI --prerelease
55+
dotnet add package Microsoft.SemanticKernel.Agents.OpenAI --prerelease
5656
```
5757

5858
You may also want to include the `Azure.Identity` package:

0 commit comments

Comments
 (0)