Skip to content

Commit 8bfadfc

Browse files
.Net: Update GettingStarted Documentation (#10453)
### Motivation and Context Please help reviewers and future users, providing the following information: 1. Why is this change required? Documentation is incorrect and a struggle for someone getting started 2. What problem does it solve? Someone new to the codebase would be confused by the documentation 3. What scenario does it contribute to? Someone new to the codebase would be confused by the documentation ### Description ChatPromptSync does not exist.
1 parent 018c014 commit 8bfadfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/samples/Concepts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dotnet test -l "console;verbosity=detailed" --filter "FullyQualifiedName=NameSpa
1313
Example for `ChatCompletion/OpenAI_ChatCompletion.cs` file, targeting the `ChatPromptSync` test:
1414

1515
```powershell
16-
dotnet test -l "console;verbosity=detailed" --filter "FullyQualifiedName=ChatCompletion.OpenAI_ChatCompletion.ChatPromptSync"
16+
dotnet test -l "console;verbosity=detailed" --filter "FullyQualifiedName=ChatCompletion.OpenAI_ChatCompletion.ChatPromptAsync"
1717
```
1818

1919
## Table of Contents

0 commit comments

Comments
 (0)