Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix/typo in build open ai chat app #45636

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

A-Programmer
Copy link

@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
Author

Contributor

@dotnet-policy-service agree

# for free to join this conversation on GitHub. Already have an account? # 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