Skip to content

Commit 968827d

Browse files
committed
removing quickstart
1 parent a1487f4 commit 968827d

File tree

9 files changed

+23
-1554
lines changed

9 files changed

+23
-1554
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
"redirect_url": "/azure/ai-services/agents/overview",
121121
"redirect_document_id": false
122122
},
123+
{
124+
"source_path_from_root": "/articles/ai-services/openai/assistants-quickstart.md",
125+
"redirect_url": "/azure/ai-services/agents/quickstart",
126+
"redirect_document_id": true
127+
},
123128
{
124129
"source_path_from_root": "/articles/ai-services/openai/how-to/use-your-data-securely.md",
125130
"redirect_url": "/azure/ai-services/openai/how-to/on-your-data-configuration",

articles/ai-services/openai/assistants-quickstart.md

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

articles/ai-services/openai/concepts/assistants.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure OpenAI in Azure AI Foundry Models Assistants API concepts
33
titleSuffix: Azure OpenAI
44
description: Learn about the concepts behind the Azure OpenAI Assistants API.
55
ms.topic: conceptual
6-
ms.date: 02/04/2025
6+
ms.date: 05/20/2025
77
ms.service: azure-ai-openai
88
manager: nitinme
99
author: aahill
@@ -13,6 +13,9 @@ recommendations: false
1313

1414
# Azure OpenAI Assistants API (Preview)
1515

16+
> [NOTE]
17+
> The [Azure AI Foundry Agent Service](../../agents/overview.md) is now Generally Available, which provides more tools and better enterprise features. We recommend migrating your workloads to the new service for the latest feature updates and improvements.
18+
1619
Assistants, a feature of Azure OpenAI in Azure AI Foundry Models, is available in public preview starting in the `2024-02-15-preview` API version. Assistants API makes it easier for developers to create applications with sophisticated copilot-like experiences that can sift through data, suggest solutions, and automate tasks.
1720

1821
* Assistants can call Azure OpenAI’s [models](../concepts/models.md) with specific instructions to tune their personality and capabilities.
@@ -38,12 +41,26 @@ Assistants API is built on the same capabilities that power OpenAI’s GPT produ
3841
> [!IMPORTANT]
3942
> Retrieving untrusted data using Function calling, Code Interpreter or File Search with file input, and Assistant Threads functionalities could compromise the security of your Assistant, or the application that uses the Assistant. Learn about mitigation approaches [here](https://aka.ms/oai/assistant-rai).
4043
44+
### Using assistants
45+
46+
For information on using assistants, see the following reference documentation.
47+
* [C#](/dotnet/api/overview/azure/ai.openai.assistants-readme?context=%2Fazure%2Fai-services%2Fopenai%2Fcontext%2Fcontext)
48+
* [Java](/java/api/overview/azure/ai-openai-assistants-readme?context=%2Fazure%2Fai-services%2Fopenai%2Fcontext%2Fcontext)
49+
* [JavaScript](../how-to/migration-javascript.md?tabs=javascript-new#assistants)
50+
* [Python](https://platform.openai.com/docs/api-reference/assistants)
51+
* [REST API](../reference-preview.md#list---assistants)
52+
4153
## Available models
4254

4355
To see a list of Azure OpenAI models that you can use with assitants, see the [Models](./models.md#assistants-preview) article.
4456

4557
## Assistants playground
4658

59+
Before using assistants, you need:
60+
61+
- A [compatable model](../concepts/models.md#assistants-preview) deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
62+
- An [Azure AI project](../../../ai-foundry/how-to/create-projects.md) in Azure AI Foundry portal.
63+
4764
We provide a walkthrough of the Assistants playground in our [quickstart guide](../assistants-quickstart.md). This provides a no-code environment to test out the capabilities of assistants.
4865

4966
## Assistants components

articles/ai-services/openai/includes/assistants-ai-studio.md

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

0 commit comments

Comments
 (0)