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: openapi.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3892,7 +3892,7 @@ paths:
3892
3892
name: Retrieve message
3893
3893
group: threads
3894
3894
beta: true
3895
-
returns: The [message](/docs/api-reference/messages/object) object matching the specified ID.
3895
+
returns: The [message](/docs/api-reference/threads/messages/object) object matching the specified ID.
3896
3896
examples:
3897
3897
request:
3898
3898
curl: |
@@ -3980,7 +3980,7 @@ paths:
3980
3980
name: Modify message
3981
3981
group: threads
3982
3982
beta: true
3983
-
returns: The modified [message](/docs/api-reference/messages/object) object.
3983
+
returns: The modified [message](/docs/api-reference/threads/messages/object) object.
3984
3984
examples:
3985
3985
request:
3986
3986
curl: |
@@ -7669,7 +7669,7 @@ components:
7669
7669
description: The text contents of the message.
7670
7670
title: Text content
7671
7671
- 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-4o` model.
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.
0 commit comments