Skip to content

Commit e989277

Browse files
authored
Merge pull request #29 from dtmeadows/patch-1
fix: mark ChatCompletionChunk.choices.finish_reason as nullable
2 parents b1ee5f4 + 06fc1c2 commit e989277

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)