Skip to content

Commit 2c02159

Browse files
committed
update
1 parent c9817cf commit 2c02159

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

articles/ai-services/openai/assistants-reference-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Retrieves a message file.
209209

210210
### Returns
211211

212-
The [message file](#message-file-object) object.
212+
The [message](#message-object) object matching the specified ID.
213213

214214
### Example retrieve message request
215215

@@ -317,7 +317,7 @@ Modifies a message.
317317

318318
### Returns
319319

320-
The modified message object.
320+
The modified [message](#message-object) object.
321321

322322
# [Python 1.x](#tab/python)
323323

articles/ai-services/openai/assistants-reference-runs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,4 +584,3 @@ Represent a step in execution of a run.
584584
| `failed_at`| integer or null | The Unix timestamp (in seconds) for when the run step failed.|
585585
| `completed_at`| integer or null | The Unix timestamp (in seconds) for when the run step completed.|
586586
| `metadata`| map | 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.|
587-

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Retrieves an assistant.
254254

255255
|Parameter| Type | Required | Description |
256256
|---|---|---|--|
257-
| `assistant_id` | string | Required | The ID of the assistant the file belongs to. |
257+
| `assistant_id` | string | Required | The ID of the assistant to retrieve. |
258258

259259
**Returns**
260260

@@ -354,7 +354,7 @@ Modifies an assistant.
354354
| `name` | string or null | Optional | The name of the assistant. The maximum length is 256 characters. |
355355
| `description` | string or null | Optional | The description of the assistant. The maximum length is 512 characters. |
356356
| `instructions` | string or null | Optional | The system instructions that the assistant uses. The maximum length is 32768 characters. |
357-
| `tools` | array | Optional | Defaults to []. A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, or function. |
357+
| `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 be of types code_interpreter, or function. |
358358
| `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. If a file was previously attached to the list but does not show up in the list, it will be deleted from the assistant. |
359359
| `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. |
360360

0 commit comments

Comments
 (0)