Skip to content

Commit 55dc31f

Browse files
committed
PR fixes
1 parent f24abac commit 55dc31f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

articles/ai-services/content-safety/includes/quickstarts/rest-quickstart-custom-categories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ curl -X PUT "<your_endpoint>/contentsafety/text/categories/<your_category_name>?
5656
\"sampleBlobUrl\": \"https://<your-azure-storage-url>/example-container/survival-advice.jsonl\"
5757
}"
5858
```
59+
5960
> [!TIP]
60-
> Every time you change your category name, definition or samples,a new version will be created. You can use the version number to trace back to previous versions. Please remember this version number, as it will be required in the URL for the next step- training custom categories.
61+
> Every time you change your category name, definition or samples, a new version will be created. You can use the version number to trace back to previous versions. Please remember this version number, as it will be required in the URL for the next step- training custom categories.
6162
6263

6364
#### API Request

articles/ai-services/content-safety/includes/quickstarts/rest-quickstart-groundedness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
8989
print(data.decode("utf-8"))
9090
```
9191
92-
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
93-
92+
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
93+
9494
1. Run the application with the `python` command:
9595
9696
```console

articles/ai-services/content-safety/quickstart-jailbreak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information on Prompt Shields, see the [Prompt Shields concept page](./
3434

3535
::: zone pivot="programming-language-rest"
3636

37-
[!INCLUDE [REST API quickstart](./includes/quickstarts/rest-quickstart-prompt-shiels.md)]
37+
[!INCLUDE [REST API quickstart](./includes/quickstarts/rest-quickstart-prompt-shields.md)]
3838

3939
::: zone-end
4040

0 commit comments

Comments
 (0)