Skip to content

Commit f6f6b9c

Browse files
Merge pull request #276127 from aahill/patch-12
Updating assistants instruction max length
2 parents 1386552 + 5e4256e commit f6f6b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/assistants-reference.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's Python & REST API with Assistants.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 02/07/2024
8+
ms.date: 05/22/2024
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false
@@ -34,7 +34,7 @@ Create an assistant with a model and instructions.
3434
| model| string | Required | Model deployment name of the model to use.|
3535
| name | string or null | Optional | The name of the assistant. The maximum length is 256 characters.|
3636
| 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.|
3838
| 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`.|
3939
| 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.|
4040
| 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

Comments
 (0)