Skip to content

Commit f8348c5

Browse files
committed
add not available messages
1 parent 03d2e11 commit f8348c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ You can use the project client to easily connect to the Azure AI evaluation serv
334334
pip install azure-ai-evaluation
335335
```
336336

337-
Using the ```project.scope``` parameter, we can instantiate a ```ViolenceEvaluator```:
337+
Using the `project.scope` parameter, we can instantiate a `ViolenceEvaluator`:
338338

339339
```Python
340340
from azure.ai.evaluation import ViolenceEvaluator
@@ -353,6 +353,8 @@ print(violence_score)
353353

354354
::: zone pivot="programming-language-csharp"
355355

356+
Evaluation is not yet available in C#.
357+
356358
::: zone-end
357359

358360
NOTE: to run violence evaluators your project needs to be in East US 2, Sweden Central, US North Central, France Central.
@@ -387,6 +389,8 @@ if application_insights_connection_string:
387389

388390
::: zone pivot="programming-language-csharp"
389391

392+
Tracing is not yet available in C#.
393+
390394
::: zone-end
391395

392396
## Related content

0 commit comments

Comments
 (0)