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

Remove spec errors #404

Merged
merged 1 commit into from
Jan 22, 2025
Merged
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
100 changes: 46 additions & 54 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
description: List user actions and configuration changes within this organization.
paths:
/assistants:
get:

Check warning on line 51 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listAssistants
tags:
- Assistants
Expand Down Expand Up @@ -190,7 +190,7 @@
"last_id": "asst_abc789",
"has_more": false
}
post:

Check warning on line 193 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createAssistant
tags:
- Assistants
Expand Down Expand Up @@ -360,7 +360,7 @@
"response_format": "auto"
}
/assistants/{assistant_id}:
get:

Check warning on line 363 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getAssistant
tags:
- Assistants
Expand Down Expand Up @@ -431,7 +431,7 @@
"temperature": 1.0,
"response_format": "auto"
}
post:

Check warning on line 434 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: modifyAssistant
tags:
- Assistants
Expand Down Expand Up @@ -537,7 +537,7 @@
"temperature": 1.0,
"response_format": "auto"
}
delete:

Check warning on line 540 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteAssistant
tags:
- Assistants
Expand Down Expand Up @@ -596,7 +596,7 @@
"deleted": true
}
/audio/speech:
post:

Check warning on line 599 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createSpeech
tags:
- Audio
Expand Down Expand Up @@ -674,7 +674,7 @@

main();
/audio/transcriptions:
post:

Check warning on line 677 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createTranscription
tags:
- Audio
Expand Down Expand Up @@ -874,7 +874,7 @@
]
}
/audio/translations:
post:

Check warning on line 877 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createTranslation
tags:
- Audio
Expand Down Expand Up @@ -935,7 +935,7 @@
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}
/batches:
post:

Check warning on line 938 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Creates and executes a batch from an uploaded file of requests
operationId: createBatch
tags:
Expand Down Expand Up @@ -1066,7 +1066,7 @@
"batch_description": "Nightly eval job",
}
}
get:

Check warning on line 1069 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listBatches
tags:
- Batch
Expand Down Expand Up @@ -1167,7 +1167,7 @@
"has_more": true
}
/batches/{batch_id}:
get:

Check warning on line 1170 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: retrieveBatch
tags:
- Batch
Expand Down Expand Up @@ -1245,7 +1245,7 @@
}
}
/batches/{batch_id}/cancel:
post:

Check warning on line 1248 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: cancelBatch
tags:
- Batch
Expand Down Expand Up @@ -1326,7 +1326,7 @@
}
}
/chat/completions:
post:

Check warning on line 1329 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createChatCompletion
tags:
- Chat
Expand Down Expand Up @@ -2054,7 +2054,7 @@
"system_fingerprint": null
}
/completions:
post:

Check warning on line 2057 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createCompletion
tags:
- Completions
Expand Down Expand Up @@ -2198,7 +2198,7 @@
"system_fingerprint": "fp_44709d6fcb",
}
/embeddings:
post:

Check warning on line 2201 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createEmbedding
tags:
- Embeddings
Expand Down Expand Up @@ -2278,7 +2278,7 @@
}
}
/files:
get:

Check warning on line 2281 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listFiles
tags:
- Files
Expand Down Expand Up @@ -2376,7 +2376,7 @@
],
"object": "list"
}
post:

Check warning on line 2379 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createFile
tags:
- Files
Expand Down Expand Up @@ -2462,7 +2462,7 @@
"purpose": "fine-tune",
}
/files/{file_id}:
delete:

Check warning on line 2465 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteFile
tags:
- Files
Expand Down Expand Up @@ -2514,7 +2514,7 @@
"object": "file",
"deleted": true
}
get:

Check warning on line 2517 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: retrieveFile
tags:
- Files
Expand Down Expand Up @@ -2570,7 +2570,7 @@
"purpose": "fine-tune",
}
/files/{file_id}/content:
get:

Check warning on line 2573 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: downloadFile
tags:
- Files
Expand Down Expand Up @@ -2616,7 +2616,7 @@

main();
/fine_tuning/jobs:
post:

Check warning on line 2619 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createFineTuningJob
tags:
- Fine-tuning
Expand Down Expand Up @@ -2941,7 +2941,7 @@
}
}
}
get:

Check warning on line 2944 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listPaginatedFineTuningJobs
tags:
- Fine-tuning
Expand Down Expand Up @@ -3015,7 +3015,7 @@
], "has_more": true
}
/fine_tuning/jobs/{fine_tuning_job_id}:
get:

Check warning on line 3018 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: retrieveFineTuningJob
tags:
- Fine-tuning
Expand Down Expand Up @@ -3107,7 +3107,7 @@
}
}
/fine_tuning/jobs/{fine_tuning_job_id}/cancel:
post:

Check warning on line 3110 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: cancelFineTuningJob
tags:
- Fine-tuning
Expand Down Expand Up @@ -3173,7 +3173,7 @@
"training_file": "file-abc123"
}
/fine_tuning/jobs/{fine_tuning_job_id}/checkpoints:
get:

Check warning on line 3176 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listFineTuningJobCheckpoints
tags:
- Fine-tuning
Expand Down Expand Up @@ -3256,7 +3256,7 @@
"has_more": true
}
/fine_tuning/jobs/{fine_tuning_job_id}/events:
get:

Check warning on line 3259 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listFineTuningEvents
tags:
- Fine-tuning
Expand Down Expand Up @@ -3352,7 +3352,7 @@
"has_more": true
}
/images/edits:
post:

Check warning on line 3355 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createImageEdit
tags:
- Images
Expand Down Expand Up @@ -3424,7 +3424,7 @@
]
}
/images/generations:
post:

Check warning on line 3427 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createImage
tags:
- Images
Expand Down Expand Up @@ -3495,7 +3495,7 @@
]
}
/images/variations:
post:

Check warning on line 3498 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createImageVariation
tags:
- Images
Expand Down Expand Up @@ -3561,7 +3561,7 @@
]
}
/models:
get:

Check warning on line 3564 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listModels
tags:
- Models
Expand Down Expand Up @@ -3627,7 +3627,7 @@
"object": "list"
}
/models/{model}:
get:

Check warning on line 3630 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: retrieveModel
tags:
- Models
Expand Down Expand Up @@ -3682,7 +3682,7 @@
"created": 1686935002,
"owned_by": "openai"
}
delete:

Check warning on line 3685 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteModel
tags:
- Models
Expand Down Expand Up @@ -3741,7 +3741,7 @@
"deleted": true
}
/moderations:
post:

Check warning on line 3744 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createModeration
tags:
- Moderations
Expand Down Expand Up @@ -3988,7 +3988,7 @@
]
}
/organization/admin_api_keys:
get:

Check warning on line 3991 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tags

Operation must have non-empty "tags" array.
summary: List organization API keys
operationId: admin-api-keys-list
description: Retrieve a paginated list of organization admin API keys.
Expand Down Expand Up @@ -4025,11 +4025,6 @@
application/json:
schema:
$ref: "#/components/schemas/ApiKeyList"
security:
- bearer_identity_edge:
- key.secret
- api.management.read
- basic_identity_edge: []
x-oaiMeta:
name: List admin API keys
group: administration
Expand Down Expand Up @@ -4066,7 +4061,7 @@
"last_id": "key_abc",
"has_more": false
}
post:

Check warning on line 4064 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tags

Operation must have non-empty "tags" array.
summary: Create an organization admin API key
operationId: admin-api-keys-create
description: Create a new admin-level API key for the organization.
Expand All @@ -4089,11 +4084,6 @@
application/json:
schema:
$ref: "#/components/schemas/AdminApiKey"
security:
- bearer_identity_edge:
- key.secret
- api.management.write
- basic_identity_edge: []
x-oaiMeta:
name: Create admin API key
group: administration
Expand Down Expand Up @@ -4126,7 +4116,7 @@
"value": "sk-admin-1234abcd"
}
/organization/admin_api_keys/{key_id}:
get:

Check warning on line 4119 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tags

Operation must have non-empty "tags" array.
summary: Retrieve a single organization API key
operationId: admin-api-keys-get
description: Get details for a specific organization API key by its ID.
Expand All @@ -4144,11 +4134,6 @@
application/json:
schema:
$ref: "#/components/schemas/AdminApiKey"
security:
- bearer_identity_edge:
- key.secret
- api.management.read
- basic_identity_edge: []
x-oaiMeta:
name: Retrieve admin API key
group: administration
Expand Down Expand Up @@ -4176,7 +4161,7 @@
"role": "owner"
}
}
delete:

Check warning on line 4164 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tags

Operation must have non-empty "tags" array.
summary: Delete an organization admin API key
operationId: admin-api-keys-delete
description: Delete the specified admin API key.
Expand Down Expand Up @@ -4204,11 +4189,6 @@
deleted:
type: boolean
example: true
security:
- bearer_identity_edge:
- key.secret
- api.management.write
- basic_identity_edge: []
x-oaiMeta:
name: Delete admin API key
group: administration
Expand All @@ -4227,7 +4207,7 @@
"deleted": true
}
/organization/audit_logs:
get:

Check warning on line 4210 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: List user actions and configuration changes within this organization.
operationId: list-audit-logs
tags:
Expand Down Expand Up @@ -4408,11 +4388,11 @@
"has_more": true
}
/organization/costs:
get:

Check warning on line 4391 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get costs details for the organization.
operationId: usage-costs
tags:
- Usage

Check warning on line 4395 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -4518,11 +4498,11 @@
"next_page": null
}
/organization/invites:
get:

Check warning on line 4501 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Returns a list of invites in the organization.
operationId: list-invites
tags:
- Invites

Check warning on line 4505 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: limit
in: query
Expand Down Expand Up @@ -4581,12 +4561,12 @@
"last_id": "invite-abc",
"has_more": false
}
post:

Check warning on line 4564 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Create an invite for a user to the organization. The invite must be
accepted by the user before they have access to the organization.
operationId: inviteUser
tags:
- Invites

Check warning on line 4569 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
requestBody:
description: The invite request payload.
required: true
Expand Down Expand Up @@ -4647,11 +4627,11 @@
]
}
/organization/invites/{invite_id}:
get:

Check warning on line 4630 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Retrieves an invite.
operationId: retrieve-invite
tags:
- Invites

Check warning on line 4634 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- in: path
name: invite_id
Expand Down Expand Up @@ -4688,12 +4668,12 @@
"expires_at": 1711471533,
"accepted_at": 1711471533
}
delete:

Check warning on line 4671 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Delete an invite. If the invite has already been accepted, it cannot be
deleted.
operationId: delete-invite
tags:
- Invites

Check warning on line 4676 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- in: path
name: invite_id
Expand Down Expand Up @@ -4726,11 +4706,11 @@
"deleted": true
}
/organization/projects:
get:

Check warning on line 4709 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Returns a list of projects.
operationId: list-projects
tags:
- Projects

Check warning on line 4713 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: limit
in: query
Expand Down Expand Up @@ -4794,12 +4774,12 @@
"last_id": "proj-xyz",
"has_more": false
}
post:

Check warning on line 4777 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Create a new project in the organization. Projects can be created and
archived, but cannot be deleted.
operationId: create-project
tags:
- Projects

Check warning on line 4782 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
requestBody:
description: The project create request payload.
required: true
Expand Down Expand Up @@ -4837,11 +4817,11 @@
"status": "active"
}
/organization/projects/{project_id}:
get:

Check warning on line 4820 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Retrieves a project.
operationId: retrieve-project
tags:
- Projects

Check warning on line 4824 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -4877,11 +4857,11 @@
"archived_at": null,
"status": "active"
}
post:

Check warning on line 4860 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Modifies a project in the organization.
operationId: modify-project
tags:
- Projects

Check warning on line 4864 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -4924,11 +4904,11 @@
"name": "Project DEF"
}'
/organization/projects/{project_id}/api_keys:
get:

Check warning on line 4907 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Returns a list of API keys in the project.
operationId: list-project-api-keys
tags:
- Projects

Check warning on line 4911 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5003,11 +4983,11 @@
"has_more": false
}
/organization/projects/{project_id}/api_keys/{key_id}:
get:

Check warning on line 4986 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Retrieves an API key in the project.
operationId: retrieve-project-api-key
tags:
- Projects

Check warning on line 4990 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5060,11 +5040,11 @@
}
}
}
delete:

Check warning on line 5043 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Deletes an API key from the project.
operationId: delete-project-api-key
tags:
- Projects

Check warning on line 5047 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5111,12 +5091,12 @@
"deleted": true
}
/organization/projects/{project_id}/archive:
post:

Check warning on line 5094 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Archives a project in the organization. Archived projects cannot be
used or updated.
operationId: archive-project
tags:
- Projects

Check warning on line 5099 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5152,11 +5132,11 @@
"status": "archived"
}
/organization/projects/{project_id}/rate_limits:
get:

Check warning on line 5135 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Returns the rate limits per model for a project.
operationId: list-project-rate-limits
tags:
- Projects

Check warning on line 5139 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5237,11 +5217,11 @@
"message": "The project {project_id} was not found"
}
/organization/projects/{project_id}/rate_limits/{rate_limit_id}:
post:

Check warning on line 5220 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Updates a project rate limit.
operationId: update-project-rate-limits
tags:
- Projects

Check warning on line 5224 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5307,11 +5287,11 @@
"message": "The project {project_id} was not found"
}
/organization/projects/{project_id}/service_accounts:
get:

Check warning on line 5290 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Returns a list of service accounts in the project.
operationId: list-project-service-accounts
tags:
- Projects

Check warning on line 5294 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5381,12 +5361,12 @@
"last_id": "svc_acct_xyz",
"has_more": false
}
post:

Check warning on line 5364 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Creates a new service account in the project. This also returns an
unredacted API key for the service account.
operationId: create-project-service-account
tags:
- Projects

Check warning on line 5369 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5447,11 +5427,11 @@
}
}
/organization/projects/{project_id}/service_accounts/{service_account_id}:
get:

Check warning on line 5430 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Retrieves a service account in the project.
operationId: retrieve-project-service-account
tags:
- Projects

Check warning on line 5434 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5494,11 +5474,11 @@
"role": "owner",
"created_at": 1711471533
}
delete:

Check warning on line 5477 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Deletes a service account from the project.
operationId: delete-project-service-account
tags:
- Projects

Check warning on line 5481 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5539,11 +5519,11 @@
"deleted": true
}
/organization/projects/{project_id}/users:
get:

Check warning on line 5522 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Returns a list of users in the project.
operationId: list-project-users
tags:
- Projects

Check warning on line 5526 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5613,7 +5593,7 @@
"last_id": "user-xyz",
"has_more": false
}
post:

Check warning on line 5596 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Adds a user to the project. Users must already be members of the
organization to be added to a project.
operationId: create-project-user
Expand All @@ -5625,7 +5605,7 @@
schema:
type: string
tags:
- Projects

Check warning on line 5608 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
requestBody:
description: The project user create request payload.
required: true
Expand Down Expand Up @@ -5671,11 +5651,11 @@
"added_at": 1711471533
}
/organization/projects/{project_id}/users/{user_id}:
get:

Check warning on line 5654 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Retrieves a user in the project.
operationId: retrieve-project-user
tags:
- Projects

Check warning on line 5658 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5718,11 +5698,11 @@
"role": "owner",
"added_at": 1711471533
}
post:

Check warning on line 5701 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Modifies a user's role in the project.
operationId: modify-project-user
tags:
- Projects

Check warning on line 5705 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5781,11 +5761,11 @@
"role": "owner",
"added_at": 1711471533
}
delete:

Check warning on line 5764 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Deletes a user from the project.
operationId: delete-project-user
tags:
- Projects

Check warning on line 5768 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: project_id
in: path
Expand Down Expand Up @@ -5832,11 +5812,11 @@
"deleted": true
}
/organization/usage/audio_speeches:
get:

Check warning on line 5815 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get audio speeches usage details for the organization.
operationId: usage-audio-speeches
tags:
- Usage

Check warning on line 5819 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -5972,11 +5952,11 @@
"next_page": null
}
/organization/usage/audio_transcriptions:
get:

Check warning on line 5955 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get audio transcriptions usage details for the organization.
operationId: usage-audio-transcriptions
tags:
- Usage

Check warning on line 5959 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6112,11 +6092,11 @@
"next_page": null
}
/organization/usage/code_interpreter_sessions:
get:

Check warning on line 6095 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get code interpreter sessions usage details for the organization.
operationId: usage-code-interpreter-sessions
tags:
- Usage

Check warning on line 6099 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6221,11 +6201,11 @@
"next_page": null
}
/organization/usage/completions:
get:

Check warning on line 6204 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get completions usage details for the organization.
operationId: usage-completions
tags:
- Usage

Check warning on line 6208 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6375,11 +6355,11 @@
"next_page": "page_AAAAAGdGxdEiJdKOAAAAAGcqsYA="
}
/organization/usage/embeddings:
get:

Check warning on line 6358 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get embeddings usage details for the organization.
operationId: usage-embeddings
tags:
- Usage

Check warning on line 6362 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6515,11 +6495,11 @@
"next_page": null
}
/organization/usage/images:
get:

Check warning on line 6498 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get images usage details for the organization.
operationId: usage-images
tags:
- Usage

Check warning on line 6502 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6689,11 +6669,11 @@
"next_page": null
}
/organization/usage/moderations:
get:

Check warning on line 6672 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get moderations usage details for the organization.
operationId: usage-moderations
tags:
- Usage

Check warning on line 6676 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6829,11 +6809,11 @@
"next_page": null
}
/organization/usage/vector_stores:
get:

Check warning on line 6812 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Get vector stores usage details for the organization.
operationId: usage-vector-stores
tags:
- Usage

Check warning on line 6816 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: start_time
in: query
Expand Down Expand Up @@ -6937,11 +6917,11 @@
"next_page": null
}
/organization/users:
get:

Check warning on line 6920 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Lists all of the users in the organization.
operationId: list-users
tags:
- Users

Check warning on line 6924 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: limit
in: query
Expand Down Expand Up @@ -6999,11 +6979,11 @@
"has_more": false
}
/organization/users/{user_id}:
get:

Check warning on line 6982 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Retrieves a user by their identifier.
operationId: retrieve-user
tags:
- Users

Check warning on line 6986 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: user_id
in: path
Expand Down Expand Up @@ -7038,11 +7018,11 @@
"role": "owner",
"added_at": 1711471533
}
post:

Check warning on line 7021 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Modifies a user's role in the organization.
operationId: modify-user
tags:
- Users

Check warning on line 7025 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: user_id
in: path
Expand Down Expand Up @@ -7087,11 +7067,11 @@
"role": "owner",
"added_at": 1711471533
}
delete:

Check warning on line 7070 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: Deletes a user from the organization.
operationId: delete-user
tags:
- Users

Check warning on line 7074 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
parameters:
- name: user_id
in: path
Expand Down Expand Up @@ -7124,7 +7104,7 @@
"deleted": true
}
/realtime/sessions:
post:

Check warning on line 7107 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
summary: >
Create an ephemeral API token for use in client-side applications with
the
Expand All @@ -7143,7 +7123,7 @@
for the Realtime API.
operationId: create-realtime-session
tags:
- Realtime

Check warning on line 7126 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
requestBody:
description: Create an ephemeral API key with the given session configuration.
required: true
Expand Down Expand Up @@ -7197,7 +7177,7 @@
}
}
/threads:
post:

Check warning on line 7180 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createThread
tags:
- Assistants
Expand Down Expand Up @@ -7323,7 +7303,7 @@
"tool_resources": {}
}
/threads/runs:
post:

Check warning on line 7306 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createThreadAndRun
tags:
- Assistants
Expand Down Expand Up @@ -7810,7 +7790,7 @@

data: [DONE]
/threads/{thread_id}:
get:

Check warning on line 7793 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getThread
tags:
- Assistants
Expand Down Expand Up @@ -7874,7 +7854,7 @@
}
}
}
post:

Check warning on line 7857 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: modifyThread
tags:
- Assistants
Expand Down Expand Up @@ -7958,7 +7938,7 @@
},
"tool_resources": {}
}
delete:

Check warning on line 7941 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteThread
tags:
- Assistants
Expand Down Expand Up @@ -8014,7 +7994,7 @@
"deleted": true
}
/threads/{thread_id}/messages:
get:

Check warning on line 7997 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listMessages
tags:
- Assistants
Expand Down Expand Up @@ -8164,7 +8144,7 @@
"last_id": "msg_abc456",
"has_more": false
}
post:

Check warning on line 8147 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createMessage
tags:
- Assistants
Expand Down Expand Up @@ -8256,7 +8236,7 @@
"metadata": {}
}
/threads/{thread_id}/messages/{message_id}:
get:

Check warning on line 8239 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getMessage
tags:
- Assistants
Expand Down Expand Up @@ -8342,7 +8322,7 @@
"attachments": [],
"metadata": {}
}
post:

Check warning on line 8325 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: modifyMessage
tags:
- Assistants
Expand Down Expand Up @@ -8446,7 +8426,7 @@
"user": "abc123"
}
}
delete:

Check warning on line 8429 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteMessage
tags:
- Assistants
Expand Down Expand Up @@ -8514,7 +8494,7 @@
"deleted": true
}
/threads/{thread_id}/runs:
get:

Check warning on line 8497 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listRuns
tags:
- Assistants
Expand Down Expand Up @@ -8710,7 +8690,7 @@
"last_id": "run_abc456",
"has_more": false
}
post:

Check warning on line 8693 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createRun
tags:
- Assistants
Expand Down Expand Up @@ -9163,7 +9143,7 @@

data: [DONE]
/threads/{thread_id}/runs/{run_id}:
get:

Check warning on line 9146 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getRun
tags:
- Assistants
Expand Down Expand Up @@ -9266,7 +9246,7 @@
"tool_choice": "auto",
"parallel_tool_calls": true
}
post:

Check warning on line 9249 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: modifyRun
tags:
- Assistants
Expand Down Expand Up @@ -9398,7 +9378,7 @@
"parallel_tool_calls": true
}
/threads/{thread_id}/runs/{run_id}/cancel:
post:

Check warning on line 9381 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: cancelRun
tags:
- Assistants
Expand Down Expand Up @@ -9498,7 +9478,7 @@
"parallel_tool_calls": true
}
/threads/{thread_id}/runs/{run_id}/steps:
get:

Check warning on line 9481 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listRunSteps
tags:
- Assistants
Expand Down Expand Up @@ -9654,7 +9634,7 @@
"has_more": false
}
/threads/{thread_id}/runs/{run_id}/steps/{step_id}:
get:

Check warning on line 9637 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getRunStep
tags:
- Assistants
Expand Down Expand Up @@ -9771,7 +9751,7 @@
}
}
/threads/{thread_id}/runs/{run_id}/submit_tool_outputs:
post:

Check warning on line 9754 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: submitToolOuputsToRun
tags:
- Assistants
Expand Down Expand Up @@ -10104,7 +10084,7 @@

data: [DONE]
/uploads:
post:

Check warning on line 10087 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createUpload
tags:
- Uploads
Expand Down Expand Up @@ -10172,7 +10152,7 @@
"expires_at": 1719127296
}
/uploads/{upload_id}/cancel:
post:

Check warning on line 10155 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: cancelUpload
tags:
- Uploads
Expand Down Expand Up @@ -10215,7 +10195,7 @@
"expires_at": 1719127296
}
/uploads/{upload_id}/complete:
post:

Check warning on line 10198 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: completeUpload
tags:
- Uploads
Expand Down Expand Up @@ -10290,7 +10270,7 @@
}
}
/uploads/{upload_id}/parts:
post:

Check warning on line 10273 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: addUploadPart
tags:
- Uploads
Expand Down Expand Up @@ -10346,10 +10326,10 @@
"upload_id": "upload_abc123"
}
/vector_stores:
get:

Check warning on line 10329 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listVectorStores
tags:
- Vector stores

Check warning on line 10332 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Returns a list of vector stores.
parameters:
- name: limit
Expand Down Expand Up @@ -10464,10 +10444,10 @@
"last_id": "vs_abc456",
"has_more": false
}
post:

Check warning on line 10447 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createVectorStore
tags:
- Vector stores

Check warning on line 10450 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Create a vector store.
requestBody:
required: true
Expand Down Expand Up @@ -10533,10 +10513,10 @@
}
}
/vector_stores/{vector_store_id}:
get:

Check warning on line 10516 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getVectorStore
tags:
- Vector stores

Check warning on line 10519 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Retrieves a vector store.
parameters:
- in: path
Expand Down Expand Up @@ -10591,10 +10571,10 @@
"object": "vector_store",
"created_at": 1699061776
}
post:

Check warning on line 10574 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: modifyVectorStore
tags:
- Vector stores

Check warning on line 10577 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Modifies a vector store.
parameters:
- in: path
Expand Down Expand Up @@ -10671,10 +10651,10 @@
"total": 3
}
}
delete:

Check warning on line 10654 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteVectorStore
tags:
- Vector stores

Check warning on line 10657 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Delete a vector store.
parameters:
- in: path
Expand Down Expand Up @@ -10730,10 +10710,10 @@
deleted: true
}
/vector_stores/{vector_store_id}/file_batches:
post:

Check warning on line 10713 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createVectorStoreFileBatch
tags:
- Vector stores

Check warning on line 10716 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Create a vector store file batch.
parameters:
- in: path
Expand Down Expand Up @@ -10822,10 +10802,10 @@
}
}
/vector_stores/{vector_store_id}/file_batches/{batch_id}:
get:

Check warning on line 10805 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getVectorStoreFileBatch
tags:
- Vector stores

Check warning on line 10808 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Retrieves a vector store file batch.
parameters:
- in: path
Expand Down Expand Up @@ -10910,10 +10890,10 @@
}
}
/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel:
post:

Check warning on line 10893 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: cancelVectorStoreFileBatch
tags:
- Vector stores

Check warning on line 10896 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Cancel a vector store file batch. This attempts to cancel the
processing of files in this batch as soon as possible.
parameters:
Expand Down Expand Up @@ -10996,10 +10976,10 @@
}
}
/vector_stores/{vector_store_id}/file_batches/{batch_id}/files:
get:

Check warning on line 10979 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listFilesInVectorStoreBatch
tags:
- Vector stores

Check warning on line 10982 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Returns a list of vector store files in a batch.
parameters:
- name: vector_store_id
Expand Down Expand Up @@ -11137,10 +11117,10 @@
"has_more": false
}
/vector_stores/{vector_store_id}/files:
get:

Check warning on line 11120 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: listVectorStoreFiles
tags:
- Vector stores

Check warning on line 11123 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Returns a list of vector store files.
parameters:
- name: vector_store_id
Expand Down Expand Up @@ -11263,10 +11243,10 @@
"last_id": "file-abc456",
"has_more": false
}
post:

Check warning on line 11246 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: createVectorStoreFile
tags:
- Vector stores

Check warning on line 11249 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Create a vector store file by attaching a
[File](/docs/api-reference/files) to a [vector
store](/docs/api-reference/vector-stores/object).
Expand Down Expand Up @@ -11346,10 +11326,10 @@
"last_error": null
}
/vector_stores/{vector_store_id}/files/{file_id}:
get:

Check warning on line 11329 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: getVectorStoreFile
tags:
- Vector stores

Check warning on line 11332 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Retrieves a vector store file.
parameters:
- in: path
Expand Down Expand Up @@ -11422,10 +11402,10 @@
"status": "completed",
"last_error": null
}
delete:

Check warning on line 11405 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-description

Operation "description" must be present and non-empty string.
operationId: deleteVectorStoreFile
tags:
- Vector stores

Check warning on line 11408 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

operation-tag-defined

Operation tags must be defined in global tags.
summary: Delete a vector store file. This will remove the file from the vector
store but the file itself will not be deleted. To delete the file, use
the [delete file](/docs/api-reference/files/delete) endpoint.
Expand Down Expand Up @@ -11701,8 +11681,9 @@

We generally recommend altering this or temperature but not both.
response_format:
$ref: "#/components/schemas/AssistantsApiResponseFormatOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
- nullable: true
required:
- id
- object
Expand Down Expand Up @@ -11735,7 +11716,7 @@
"temperature": 1.0,
"response_format": "auto"
}
AssistantStreamEvent:

Check warning on line 11719 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
description: >
Represents an event emitted when streaming a Run.

Expand Down Expand Up @@ -12298,10 +12279,8 @@
- session
- api_key
session:
type: object
$ref: "#/components/schemas/AuditLogActorSession"
api_key:
type: object
$ref: "#/components/schemas/AuditLogActorApiKey"
AuditLogActorApiKey:
type: object
Expand Down Expand Up @@ -12549,7 +12528,7 @@
"batch_description": "Nightly eval job",
}
}
BatchRequestInput:

Check warning on line 12531 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: object
description: The per-line object of the batch input file
properties:
Expand All @@ -12576,7 +12555,7 @@
"/v1/chat/completions", "body": {"model": "gpt-4o-mini", "messages":
[{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "What is 2+2?"}]}}
BatchRequestOutput:

Check warning on line 12558 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: object
description: The per-line object of the batch output and error files
properties:
Expand Down Expand Up @@ -12623,7 +12602,7 @@
"assistant", "content": "2 + 2 equals 4."}, "finish_reason": "stop"}],
"usage": {"prompt_tokens": 24, "completion_tokens": 15,
"total_tokens": 39}, "system_fingerprint": null}}, "error": null}
CancelUploadRequest:

Check warning on line 12605 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: object
additionalProperties: false
ChatCompletionFunctionCallOption:
Expand Down Expand Up @@ -13212,7 +13191,7 @@
- role
- content
- refusal
ChatCompletionRole:

Check warning on line 13194 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: string
description: The role of the author of a message
enum:
Expand Down Expand Up @@ -13722,11 +13701,12 @@

We generally recommend altering this or temperature but not both.
response_format:
$ref: "#/components/schemas/AssistantsApiResponseFormatOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
- nullable: true
required:
- model
CreateChatCompletionFunctionResponse:

Check warning on line 13709 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: object
description: Represents a chat completion response returned by model, based on
the provided input.
Expand Down Expand Up @@ -13836,7 +13816,7 @@
}
}
}
CreateChatCompletionImageResponse:

Check warning on line 13819 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: object
description: Represents a streamed chunk of a chat completion response returned
by model, based on the provided input.
Expand Down Expand Up @@ -16299,16 +16279,19 @@
for more info.
minimum: 256
truncation_strategy:
$ref: "#/components/schemas/TruncationObject"
nullable: true
allOf:
- $ref: "#/components/schemas/TruncationObject"
- nullable: true
tool_choice:
$ref: "#/components/schemas/AssistantsApiToolChoiceOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
- nullable: true
parallel_tool_calls:
$ref: "#/components/schemas/ParallelToolCalls"
response_format:
$ref: "#/components/schemas/AssistantsApiResponseFormatOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
- nullable: true
required:
- assistant_id
CreateSpeechRequest:
Expand Down Expand Up @@ -16380,7 +16363,6 @@
type: string
thread:
$ref: "#/components/schemas/CreateThreadRequest"
description: If no thread is provided, an empty thread will be created.
model:
description: The ID of the [Model](/docs/api-reference/models) to be used to
execute this run. If a value is provided here, it will override the
Expand Down Expand Up @@ -16532,20 +16514,26 @@
for more info.
minimum: 256
truncation_strategy:
$ref: "#/components/schemas/TruncationObject"
nullable: true
allOf:
- $ref: "#/components/schemas/TruncationObject"
- nullable: true
tool_choice:
$ref: "#/components/schemas/AssistantsApiToolChoiceOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
- nullable: true
parallel_tool_calls:
$ref: "#/components/schemas/ParallelToolCalls"
response_format:
$ref: "#/components/schemas/AssistantsApiResponseFormatOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
- nullable: true
required:
- assistant_id
CreateThreadRequest:
type: object
description: |
Options to create a new thread. If no thread is provided when running a
request, an empty thread will be created.
additionalProperties: false
properties:
messages:
Expand Down Expand Up @@ -17429,10 +17417,8 @@
- supervised
- dpo
supervised:
type: object
$ref: "#/components/schemas/FineTuneSupervisedMethod"
dpo:
type: object
$ref: "#/components/schemas/FineTuneDPOMethod"
FineTunePreferenceRequestInput:

Check warning on line 17423 in openapi.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-unused-component

Potentially unused component has been detected.
type: object
Expand Down Expand Up @@ -19392,8 +19378,9 @@

We generally recommend altering this or temperature but not both.
response_format:
$ref: "#/components/schemas/AssistantsApiResponseFormatOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
- nullable: true
ModifyMessageRequest:
type: object
additionalProperties: false
Expand Down Expand Up @@ -23566,16 +23553,19 @@
over the course of the run.
minimum: 256
truncation_strategy:
$ref: "#/components/schemas/TruncationObject"
nullable: true
allOf:
- $ref: "#/components/schemas/TruncationObject"
- nullable: true
tool_choice:
$ref: "#/components/schemas/AssistantsApiToolChoiceOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiToolChoiceOption"
- nullable: true
parallel_tool_calls:
$ref: "#/components/schemas/ParallelToolCalls"
response_format:
$ref: "#/components/schemas/AssistantsApiResponseFormatOption"
nullable: true
allOf:
- $ref: "#/components/schemas/AssistantsApiResponseFormatOption"
- nullable: true
required:
- id
- object
Expand Down Expand Up @@ -24894,8 +24884,9 @@
type: string
nullable: true
expires_after:
$ref: "#/components/schemas/VectorStoreExpirationAfter"
nullable: true
allOf:
- $ref: "#/components/schemas/VectorStoreExpirationAfter"
- nullable: true
metadata:
description: >
Set of 16 key-value pairs that can be attached to an object. This
Expand Down Expand Up @@ -24947,9 +24938,10 @@
- upload
x-stainless-const: true
file:
$ref: "#/components/schemas/OpenAIFile"
nullable: true
description: The ready File object after the Upload is completed.
allOf:
- $ref: "#/components/schemas/OpenAIFile"
- nullable: true
description: The ready File object after the Upload is completed.
required:
- bytes
- created_at
Expand Down
Loading