Skip to content

Commit 4a9c586

Browse files
authored
Merge pull request #124060 from EdwinOtten/patch-1
Add missing using statements
2 parents a9e0a40 + db49ef6 commit 4a9c586

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)