Skip to content

Commit 9eb329d

Browse files
committed
link to samples for eval, tracing
1 parent bcdfa4b commit 9eb329d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,10 @@ To get access to agents, [sign-up for the private preview](https://nam.dcv.ms/nz
362362

363363
## Evaluation
364364

365+
::: zone pivot="programming-language-python"
366+
365367
You can use the project client to easily connect to the Azure AI evaluation service, and models needed for running your evaluators.
366368

367-
::: zone pivot="programming-language-python"
368369

369370
```
370371
pip install azure-ai-evaluation
@@ -389,7 +390,8 @@ print(violence_score)
389390

390391
::: zone pivot="programming-language-csharp"
391392

392-
Evaluation is not yet available in C#.
393+
An Azure AI evaluation package is not yet available for C#. For a sample on how to use Prompty and Semantic Kernel for evaluation, see the [contoso-chat-csharp-prompty](https://github.com/Azure-Samples/contoso-chat-csharp-prompty/blob/main/src/ContosoChatAPI/ContosoChat.Evaluation.Tests/Evalutate.cs) sample.
394+
393395

394396
::: zone-end
395397

@@ -399,10 +401,10 @@ To learn more, check out [Evaluation using the SDK](evaluate-sdk.md).
399401

400402
## Tracing
401403

402-
To enable tracing, first ensure your project has an attached Application Insights resource. Go to the **Tracing** page of your project and follow instructions to create or attach Application Insights.
403-
404404
::: zone pivot="programming-language-python"
405405

406+
To enable tracing, first ensure your project has an attached Application Insights resource. Go to the **Tracing** page of your project and follow instructions to create or attach Application Insights.
407+
406408
Install the Azure Monitor OpenTelemetry package:
407409

408410
```
@@ -425,7 +427,7 @@ if application_insights_connection_string:
425427

426428
::: zone pivot="programming-language-csharp"
427429

428-
Tracing is not yet available in C#.
430+
Tracing is not yet integrated into the projects package. For instructions on how to instrument and log traces from the Azure AI Inferencing package, see [azure-sdk-for-dotnet](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/ai/Azure.AI.Inference/samples/Sample8_ChatCompletionsWithOpenTelemetry.md.).
429431

430432
::: zone-end
431433

0 commit comments

Comments
 (0)