Skip to content

Commit 786071b

Browse files
authored
Merge pull request #225 from openai/dev/steve/truncation-object
update openapi spec
2 parents 6d5c7a0 + f0969d3 commit 786071b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8847,7 +8847,7 @@ components:
88478847
minimum: 1
88488848
nullable: true
88498849
required:
8850-
- strategy
8850+
- type
88518851

88528852
AssistantsApiToolChoiceOption:
88538853
description: |
@@ -9404,7 +9404,7 @@ components:
94049404
type: integer
94059405
nullable: true
94069406
description: |
9407-
The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.
9407+
The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens specified, the run will end with status `complete`. See `incomplete_details` for more info.
94089408
minimum: 256
94099409
truncation_strategy:
94109410
$ref: "#/components/schemas/TruncationObject"

0 commit comments

Comments
 (0)