We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0618832 commit fff9adeCopy full SHA for fff9ade
articles/ai-services/openai/includes/assistants-csharp.md
@@ -71,9 +71,10 @@ Passwordless authentication is more secure than key-based alternatives and is th
71
72
### Create the assistant
73
74
-Note: For this sample, the following libraries were used:
75
-- Azure.AI.OpenAI(2.1.0-beta2)
76
-- Azure.AI.OpenAI.Assistants(1.0.0-beta4)
+>[!Note]
+> For this sample, the following libraries were used:
+>- Azure.AI.OpenAI(2.1.0-beta2)
77
+>- Azure.AI.OpenAI.Assistants(1.0.0-beta4)
78
79
Update the `Program.cs` file with the following code to create an assistant:
80
0 commit comments