Skip to content

Commit fff9ade

Browse files
authored
Fix custom note markdown
1 parent 0618832 commit fff9ade

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/ai-services/openai/includes/assistants-csharp.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ Passwordless authentication is more secure than key-based alternatives and is th
7171
7272
### Create the assistant
7373
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)
74+
>[!Note]
75+
> For this sample, the following libraries were used:
76+
>- Azure.AI.OpenAI(2.1.0-beta2)
77+
>- Azure.AI.OpenAI.Assistants(1.0.0-beta4)
7778
7879
Update the `Program.cs` file with the following code to create an assistant:
7980

0 commit comments

Comments
 (0)