Skip to content

Commit 13cfb7c

Browse files
Merge pull request #2555 from aahill/agents-fixes
freshness updates
2 parents f3ad5d1 + 0eebf8e commit 13cfb7c

File tree

8 files changed

+13
-19
lines changed

8 files changed

+13
-19
lines changed

articles/ai-services/openai/how-to/assistant.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-openai
88
ms.custom: references_regions
99
ms.topic: how-to
10-
ms.date: 05/20/2024
10+
ms.date: 01/28/2025
1111
author: aahill
1212
ms.author: aahi
1313
recommendations: false
@@ -26,11 +26,6 @@ Azure OpenAI Assistants (Preview) allows you to create AI assistants tailored to
2626

2727
Code interpreter is available in all regions supported by Azure OpenAI Assistants. The [models page](../concepts/models.md#assistants-preview) contains the most up-to-date information on regions/models where Assistants are currently supported.
2828

29-
### API Versions
30-
31-
- `2024-02-15-preview`
32-
- `2024-05-01-preview`
33-
3429
### Supported file types
3530

3631
|File format|MIME Type|Code Interpreter |

articles/ai-services/openai/how-to/assistants-logic-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 05/21/2024
9+
ms.date: 01/28/2025
1010
author: aahill
1111
ms.author: aahi
1212
recommendations: false

articles/ai-services/openai/how-to/code-interpreter.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 10/15/2024
9+
ms.date: 01/28/2025
1010
author: aahill
1111
ms.author: aahi
1212
recommendations: false
@@ -32,8 +32,7 @@ We recommend using assistants with the latest models to take advantage of the ne
3232

3333
### API Versions
3434

35-
- `2024-02-15-preview`
36-
- `2024-05-01-preview`
35+
- Starting in `2024-02-15-preview`
3736

3837
### Supported file types
3938

@@ -94,7 +93,7 @@ assistant = client.beta.assistants.create(
9493
# [REST](#tab/rest)
9594

9695
> [!NOTE]
97-
> With Azure OpenAI the `model` parameter requires model deployment name. If your model deployment name is different than the underlying model name then you would adjust your code to ` "model": "{your-custom-model-deployment-name}"`.
96+
> With Azure OpenAI the `model` parameter requires model deployment name. If your model deployment name is different than the underlying model name, then you would adjust your code to ` "model": "{your-custom-model-deployment-name}"`.
9897
9998
```console
10099
curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/assistants?api-version=2024-05-01-preview \

articles/ai-services/openai/how-to/file-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 06/03/2024
9+
ms.date: 01/28/2025
1010
author: aahill
1111
ms.author: aahi
1212
recommendations: false
@@ -30,7 +30,7 @@ File search is available in [regions](../concepts/models.md#assistants-preview)
3030

3131
### API Version
3232

33-
* 2024-05-01-preview
33+
* Starting in 2024-05-01-preview
3434

3535
### Supported file types
3636

articles/ai-services/openai/how-to/on-your-data-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI Service
44
description: Learn about the best practices for using Azure OpenAI On Your Data, along with how to fix common problems.
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 04/08/2024
7+
ms.date: 01/28/2025
88
ms.custom: references_regions, build-2023, build-2023-dataai, refefences_regions
99
manager: nitinme
1010
author: aahill

articles/ai-services/openai/references/azure-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI on your Azure Machine Learning index
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 03/14/2024
8+
ms.date: 01/28/2025
99
author: aahill
1010
ms.author: aahi
1111
recommendations: false

articles/ai-services/openai/references/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI on your Elasticsearch data Python & R
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 03/14/2024
8+
ms.date: 01/28/2025
99
author: aahill
1010
ms.author: aahi
1111
recommendations: false
@@ -14,7 +14,7 @@ ms.custom: devx-track-python
1414

1515
# Data source - Elasticsearch (preview)
1616

17-
The configurable options for Elasticsearch when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
17+
The configurable options for Elasticsearch when using Azure OpenAI On Your Data. This data source is supported starting in API version `2024-02-15-preview`.
1818

1919
|Name | Type | Required | Description |
2020
|--- | --- | --- | --- |

articles/ai-services/openai/references/pinecone.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI on your Pinecone data Python & REST A
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 03/14/2024
8+
ms.date: 01/28/2025
99
author: aahill
1010
ms.author: aahi
1111
recommendations: false
@@ -14,7 +14,7 @@ ms.custom: devx-track-python
1414

1515
# Data source - Pinecone (preview)
1616

17-
The configurable options of Pinecone when using Azure OpenAI On Your Data. This data source is supported in API version `2024-02-15-preview`.
17+
The configurable options of Pinecone when using Azure OpenAI On Your Data. This data source is supported starting in API version `2024-02-15-preview`.
1818

1919
|Name | Type | Required | Description |
2020
|--- | --- | --- | --- |

0 commit comments

Comments
 (0)