Skip to content

Commit 032c410

Browse files
author
Will Hang
committed
.
1 parent 47ae7ff commit 032c410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3892,7 +3892,7 @@ paths:
38923892
name: Retrieve message
38933893
group: threads
38943894
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.
38963896
examples:
38973897
request:
38983898
curl: |
@@ -3980,7 +3980,7 @@ paths:
39803980
name: Modify message
39813981
group: threads
39823982
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.
39843984
examples:
39853985
request:
39863986
curl: |
@@ -7669,7 +7669,7 @@ components:
76697669
description: The text contents of the message.
76707670
title: Text content
76717671
- 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.
76737673
title: Array of content parts
76747674
items:
76757675
$ref: "#/components/schemas/ChatCompletionRequestMessageContentPart"

0 commit comments

Comments
 (0)