You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/assistants-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI's Python & REST API with Assistants.
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: conceptual
8
-
ms.date: 02/07/2024
8
+
ms.date: 05/22/2024
9
9
author: mrbullwinkle
10
10
ms.author: mbullwin
11
11
recommendations: false
@@ -34,7 +34,7 @@ Create an assistant with a model and instructions.
34
34
| model| string | Required | Model deployment name of the model to use.|
35
35
| name | string or null | Optional | The name of the assistant. The maximum length is 256 characters.|
36
36
| description| string or null | Optional | The description of the assistant. The maximum length is 512 characters.|
37
-
| instructions | string or null | Optional | The system instructions that the assistant uses. The maximum length is 32768 characters.|
37
+
| instructions | string or null | Optional | The system instructions that the assistant uses. The maximum length is 256,000 characters.|
38
38
| tools | array | Optional | Defaults to []. A list of tools enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can currently be of types `code_interpreter`, or `function`.|
39
39
| file_ids | array | Optional | Defaults to []. A list of file IDs attached to this assistant. There can be a maximum of 20 files attached to the assistant. Files are ordered by their creation date in ascending order.|
40
40
| metadata | map | Optional | Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long.|
0 commit comments