Skip to content

Commit db49ef6

Browse files
authored
Add missing using statements
Add using statements that were missing in the C# quickstart documentation
1 parent 6341610 commit db49ef6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/ai-services/openai/includes/use-your-data-dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ From the project directory, open the *Program.cs* file and replace its contents
1919
```csharp
2020
using Azure;
2121
using Azure.AI.OpenAI;
22+
using Azure.AI.OpenAI.Chat;
23+
using OpenAI.Chat;
2224
using System.Text.Json;
2325
using static System.Environment;
2426

0 commit comments

Comments
 (0)