Skip to content

Commit 8be079f

Browse files
authored
Merge pull request #47 from rattrayalex/patch-2
Mark all properties in "choices" as required
2 parents ac24f96 + 8809e20 commit 8be079f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,11 @@ components:
22612261
type: array
22622262
items:
22632263
type: object
2264+
required:
2265+
- text
2266+
- index
2267+
- logprobs
2268+
- finish_reason
22642269
properties:
22652270
text:
22662271
type: string

0 commit comments

Comments
 (0)