@@ -94,7 +94,7 @@ Create a project client in code:
9494
9595# [ Sync] ( #tab/sync )
9696
97- :::code language="csharp" source="~ /azureai-samples-csharp/csharp/ scenarios/projects/basic-csharp/Program.cs" id="snippet_get_project":::
97+ :::code language="csharp" source="~ /azureai-samples-csharp/scenarios/projects/basic-csharp/Program.cs" id="snippet_get_project":::
9898
9999# [ Async] ( #tab/async )
100100
@@ -114,7 +114,7 @@ Be sure to check out the [reference](https://aka.ms/aifoundrysdk/reference) and
114114
115115::: zone pivot="programming-language-csharp"
116116
117- Be sure to check out the [ reference] ( https://aka.ms/aifoundrysdk/reference ) and [ samples] ( https://aka.ms/azsdk/azure-ai-projects/csharp/ samples ) .
117+ Be sure to check out the [ reference] ( https://aka.ms/aifoundrysdk/reference ) and [ samples] ( https://aka.ms/azsdk/azure-ai-projects/samples ) .
118118
119119::: zone-end
120120
@@ -151,7 +151,7 @@ print(response.choices[0].message.content)
151151
152152If you have existing code that uses the OpenAI SDK, you can use the project client to create an ` AzureOpenAI ` client that uses your project's Azure OpenAI connection:
153153
154- :::code language="csharp" source="~ /azureai-samples-csharp/csharp/ scenarios/projects/basic-csharp/Program.cs" id="azure_openai":::
154+ :::code language="csharp" source="~ /azureai-samples-csharp/scenarios/projects/basic-csharp/Program.cs" id="azure_openai":::
155155
156156::: zone-end
157157
@@ -198,7 +198,7 @@ dotnet add package Azure.AI.Inference
198198```
199199You can use the project client to get a configured and authenticated ` ChatCompletionsClient ` or ` EmbeddingsClient ` :
200200
201- :::code language="csharp" source="~ /azureai-samples-csharp/csharp/ scenarios/projects/basic-csharp/Program.cs" id="snippet_inference":::
201+ :::code language="csharp" source="~ /azureai-samples-csharp/scenarios/projects/basic-csharp/Program.cs" id="snippet_inference":::
202202
203203::: zone-end
204204
@@ -327,7 +327,7 @@ dotnet add package Azure.Search.Documents
327327```
328328Instantiate the search and/or search index client as desired:
329329
330- :::code language="csharp" source="~ /azureai-samples-csharp/csharp/ scenarios/projects/basic-csharp/Program.cs" id="azure_aisearch":::
330+ :::code language="csharp" source="~ /azureai-samples-csharp/scenarios/projects/basic-csharp/Program.cs" id="azure_aisearch":::
331331
332332::: zone-end
333333
0 commit comments