Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add explicit type: object clauses in more places #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15552,6 +15552,7 @@ components:
"revised_prompt": "..."
}
ImagesResponse:
type: object
properties:
created:
type: integer
Expand Down Expand Up @@ -15858,6 +15859,7 @@ components:
- object
- data
ListMessagesResponse:
type: object
properties:
object:
type: string
Expand Down Expand Up @@ -15913,6 +15915,7 @@ components:
- data
- has_more
ListRunStepsResponse:
type: object
properties:
object:
type: string
Expand Down Expand Up @@ -15962,6 +15965,7 @@ components:
- last_id
- has_more
ListThreadsResponse:
type: object
properties:
object:
type: string
Expand All @@ -15986,6 +15990,7 @@ components:
- last_id
- has_more
ListVectorStoreFilesResponse:
type: object
properties:
object:
type: string
Expand All @@ -16010,6 +16015,7 @@ components:
- last_id
- has_more
ListVectorStoresResponse:
type: object
properties:
object:
type: string
Expand Down Expand Up @@ -16701,6 +16707,7 @@ components:
Model:
title: Model
description: Describes an OpenAI model offering that can be used with the API.
type: object
properties:
id:
type: string
Expand Down Expand Up @@ -16925,6 +16932,7 @@ components:
OpenAIFile:
title: OpenAIFile
description: The `File` object represents a document that has been uploaded to OpenAI.
type: object
properties:
id:
type: string
Expand Down