Skip to content

Commit 18078f1

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents f95bcb0 + 3212089 commit 18078f1

File tree

8 files changed

+12
-300
lines changed

8 files changed

+12
-300
lines changed

articles/ai-foundry/openai/includes/language-overview/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ChatClient client = new(
7777
credential: new ApiKeyCredential(keyFromEnvironment),
7878
options: new OpenAIClientOptions() {
7979

80-
Endpoint = new Uri("https://france-central-test-001.openai.azure.com/openai/v1")
80+
Endpoint = new Uri("https://YOUR-RESOURCE-NAME.openai.azure.com/openai/v1")
8181
}
8282
);
8383

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@
170170
"redirect_url": "/azure/ai-foundry/ai-services/content-safety-overview?context=/azure/ai-services/content-safety/context/context",
171171
"redirect_document_id": false
172172
},
173+
{
174+
"source_path_from_root": "/articles/ai-services/content-safety/concepts/task-adherence.md",
175+
"redirect_url": "/azure/ai-services/content-safety/overview",
176+
"redirect_document_id": false
177+
},
178+
{
179+
"source_path_from_root": "/articles/ai-services/content-safety/quickstart-task-adherence.md",
180+
"redirect_url": "/azure/ai-services/content-safety/overview",
181+
"redirect_document_id": false
182+
},
173183
{
174184
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-voice-create-voice.md",
175185
"redirect_url": "/azure/ai-services/speech-service/professional-voice-train-voice",

articles/ai-services/content-safety/concepts/task-adherence.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

articles/ai-services/content-safety/includes/quickstarts/foundry-quickstart-task-adherence.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

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

Lines changed: 0 additions & 142 deletions
This file was deleted.

articles/ai-services/content-safety/overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ This service makes several different types of analysis available. The following
5252
| Custom categories (rapid) API (preview) | Lets you define emerging harmful content patterns and scan text and images for matches. | [Custom categories concepts](/azure/ai-services/content-safety/concepts/custom-categories)| [How-to guide](./how-to/custom-categories-rapid.md) |
5353
| [Analyze text](/rest/api/contentsafety/text-operations/analyze-text) API | Scans text for sexual content, violence, hate, and self harm with multi-severity levels. | [Harm categories](/azure/ai-services/content-safety/concepts/harm-categories)| [Quickstart](/azure/ai-services/content-safety/quickstart-text) |
5454
| [Analyze image](/rest/api/contentsafety/image-operations/analyze-image) API | Scans images for sexual content, violence, hate, and self harm with multi-severity levels. | [Harm categories](/azure/ai-services/content-safety/concepts/harm-categories)| [Quickstart](/azure/ai-services/content-safety/quickstart-image) |
55-
| Task adherence API | Detects when tool use by AI agents is misaligned, unintended, or premature in the context of a user interaction. | [Task adherence concepts](/azure/ai-services/content-safety/concepts/task-adherence)| [Quickstart](/azure/ai-services/content-safety/quickstart-task-adherence) |
5655

5756

5857
## Content Safety Studio
@@ -140,8 +139,7 @@ See the following list for the input requirements for each feature.
140139
- Default minimum length: 110 characters (for scanning LLM completions, not user prompts).
141140
- **Custom categories (standard) API (preview)**:
142141
- Maximum inference input length: 1K characters.
143-
- **Task adherence (preview)**:
144-
- Maximum input length: 100K characters.
142+
145143

146144
### Language support
147145

articles/ai-services/content-safety/quickstart-task-adherence.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

articles/ai-services/content-safety/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ items:
2323
href: concepts/groundedness.md
2424
- name: Protected material detection
2525
href: concepts/protected-material.md
26-
- name: Task Adherence
27-
href: concepts/task-adherence.md
2826
- name: Custom categories (preview)
2927
href: concepts/custom-categories.md
3028
- name: Harm categories
@@ -41,8 +39,6 @@ items:
4139
href: quickstart-protected-material.md
4240
- name: Protected material detection for code (preview)
4341
href: quickstart-protected-material-code.md
44-
- name: Task adherence (preview)
45-
href: quickstart-task-adherence.md
4642
- name: Custom categories (preview)
4743
href: quickstart-custom-categories.md
4844
- name: Text moderation

0 commit comments

Comments
 (0)