Skip to content

Commit 06fc1c2

Browse files
author
dtmeadows
authored
fix: mark ChatCompletionChunk.choices.finish_reason as nullable
1 parent b1ee5f4 commit 06fc1c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@ components:
11091109
type: integer
11101110
finish_reason:
11111111
$ref: '#/components/schemas/FinishReason'
1112+
nullable: true
11121113
logprobs:
11131114
type: number
11141115
nullable: true

0 commit comments

Comments
 (0)