Skip to content

Fix/typo in build open ai chat app #45636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2025

Conversation

A-Programmer
Copy link
Contributor

@A-Programmer A-Programmer commented Apr 4, 2025

Summary

In the article at the create the app section step 3, there were wrong add package commands:

dotnet package add OpenAI
dotnet package add Microsoft.Extensions.AI.OpenAI
dotnet package add Microsoft.Extensions.Configuration
dotnet package add Microsoft.Extensions.Configuration.UserSecrets

Correct code:

dotnet add package OpenAI
dotnet add package  Microsoft.Extensions.AI.OpenAI
dotnet add package Microsoft.Extensions.Configuration
dotnet add package Microsoft.Extensions.Configuration.UserSecrets

Fixes #45635


Internal previews

📄 File 🔗 Preview link
docs/ai/quickstarts/build-chat-app.md CustomerIntent: As a .NET developer new to AI, I want deploy and use sample code to interact to learn from the sample code.

Fix dotnet add package typo.
Fix another typo of mine.
@A-Programmer A-Programmer requested a review from a team as a code owner April 4, 2025 16:57
@dotnetrepoman dotnetrepoman bot added this to the April 2025 milestone Apr 4, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Apr 4, 2025
@gewarren gewarren self-assigned this Apr 4, 2025
@A-Programmer
Copy link
Contributor Author

Contributor

@dotnet-policy-service agree

@gewarren gewarren enabled auto-merge (squash) April 9, 2025 01:30
@gewarren gewarren merged commit 412a4e5 into dotnet:main Apr 9, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in adding packages section
2 participants