Skip to content

Commit

Permalink
Merge pull request #225 from openai/dev/steve/truncation-object
Browse files Browse the repository at this point in the history
update openapi spec
  • Loading branch information
sdcoffey authored Apr 15, 2024
2 parents 6d5c7a0 + f0969d3 commit 786071b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8847,7 +8847,7 @@ components:
minimum: 1
nullable: true
required:
- strategy
- type

AssistantsApiToolChoiceOption:
description: |
Expand Down Expand Up @@ -9404,7 +9404,7 @@ components:
type: integer
nullable: true
description: |
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.
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.
minimum: 256
truncation_strategy:
$ref: "#/components/schemas/TruncationObject"
Expand Down

0 comments on commit 786071b

Please sign in to comment.