Skip to content

Commit 8f64453

Browse files
fix(api): docs updates
1 parent 835cc6c commit 8f64453

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 135
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-a4bb37d110a22c2888f53e21281434686a6fffa3e672a40f2503ad9bd2759063.yml
3-
openapi_spec_hash: 2d59eefb494dff4eea8c3d008c7e2070
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-a3c45d9bd3bb25bf4eaa49b7fb473a00038293dec659ffaa44f624ded884abf4.yml
3+
openapi_spec_hash: 9c20aaf786a0700dabd13d9865481c9e
44
config_hash: 50ee3382a63c021a9f821a935950e926

src/resources/files.ts

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,19 @@ export class Files extends APIResource {
1717
* up to 512 MB, and the size of all files uploaded by one organization can be up
1818
* to 1 TB.
1919
*
20-
* The Assistants API supports files up to 2 million tokens and of specific file
21-
* types. See the
22-
* [Assistants Tools guide](https://platform.openai.com/docs/assistants/tools) for
23-
* details.
24-
*
25-
* The Fine-tuning API only supports `.jsonl` files. The input also has certain
26-
* required formats for fine-tuning
27-
* [chat](https://platform.openai.com/docs/api-reference/fine-tuning/chat-input) or
28-
* [completions](https://platform.openai.com/docs/api-reference/fine-tuning/completions-input)
29-
* models.
30-
*
31-
* The Batch API only supports `.jsonl` files up to 200 MB in size. The input also
32-
* has a specific required
33-
* [format](https://platform.openai.com/docs/api-reference/batch/request-input).
20+
* - The Assistants API supports files up to 2 million tokens and of specific file
21+
* types. See the
22+
* [Assistants Tools guide](https://platform.openai.com/docs/assistants/tools)
23+
* for details.
24+
* - The Fine-tuning API only supports `.jsonl` files. The input also has certain
25+
* required formats for fine-tuning
26+
* [chat](https://platform.openai.com/docs/api-reference/fine-tuning/chat-input)
27+
* or
28+
* [completions](https://platform.openai.com/docs/api-reference/fine-tuning/completions-input)
29+
* models.
30+
* - The Batch API only supports `.jsonl` files up to 200 MB in size. The input
31+
* also has a specific required
32+
* [format](https://platform.openai.com/docs/api-reference/batch/request-input).
3433
*
3534
* Please [contact us](https://help.openai.com/) if you need to increase these
3635
* storage limits.

src/resources/shared.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ export interface Reasoning {
257257
* A summary of the reasoning performed by the model. This can be useful for
258258
* debugging and understanding the model's reasoning process. One of `auto`,
259259
* `concise`, or `detailed`.
260+
*
261+
* `concise` is only supported for `computer-use-preview` models.
260262
*/
261263
summary?: 'auto' | 'concise' | 'detailed' | null;
262264
}

0 commit comments

Comments
 (0)