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
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.
3898
3898
examples:
3899
3899
request:
3900
3900
curl: |
@@ -3982,7 +3982,7 @@ paths:
3982
3982
name: Modify message
3983
3983
group: threads
3984
3984
beta: true
3985
-
returns: The modified [message](/docs/api-reference/threads/messages/object) object.
3985
+
returns: The modified [message](/docs/api-reference/messages/object) object.
3986
3986
examples:
3987
3987
request:
3988
3988
curl: |
@@ -7671,7 +7671,7 @@ components:
7671
7671
description: The text contents of the message.
7672
7672
title: Text content
7673
7673
- type: array
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-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