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
Completes the [Upload](/docs/api-reference/uploads/object) and returns a [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.
1836
+
Completes the [Upload](/docs/api-reference/uploads/object).
1837
+
1838
+
Within the returned Upload object, there is a nested [File](/docs/api-reference/files/object) object that is ready to use in the rest of the platform.
1837
1839
1838
1840
You can specify the order of the Parts by passing in an ordered list of the Part IDs.
1839
1841
@@ -3892,7 +3894,7 @@ paths:
3892
3894
name: Retrieve message
3893
3895
group: threads
3894
3896
beta: true
3895
-
returns: The [message](/docs/api-reference/threads/messages/object) object matching the specified ID.
3897
+
returns: The [message](/docs/api-reference/messages/object) object matching the specified ID.
3896
3898
examples:
3897
3899
request:
3898
3900
curl: |
@@ -3980,7 +3982,7 @@ paths:
3980
3982
name: Modify message
3981
3983
group: threads
3982
3984
beta: true
3983
-
returns: The modified [message](/docs/api-reference/threads/messages/object) object.
3985
+
returns: The modified [message](/docs/api-reference/messages/object) object.
3984
3986
examples:
3985
3987
request:
3986
3988
curl: |
@@ -7669,7 +7671,7 @@ components:
7669
7671
description: The text contents of the message.
7670
7672
title: Text content
7671
7673
- type: array
7672
-
description: An array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Image input is only supported when using the `gpt-4-visual-preview` model.
7674
+
description: An array of content parts with a defined type, each can be of type `text` or `image_url` when passing in images. You can pass multiple images by adding multiple `image_url` content parts. Image input is only supported when using the `gpt-4o` model.
0 commit comments