Skip to content

Commit 3b42e2d

Browse files
authored
Merge pull request #16 from tectalichq/fix-edits
Remove incorrect `id` and `model` properties from `CreateEditResponse`
2 parents dfaa7b3 + 21a10fd commit 3b42e2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

openapi.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,14 +2137,10 @@ components:
21372137
CreateEditResponse:
21382138
type: object
21392139
properties:
2140-
id:
2141-
type: string
21422140
object:
21432141
type: string
21442142
created:
21452143
type: integer
2146-
model:
2147-
type: string
21482144
choices:
21492145
type: array
21502146
items:
@@ -2190,10 +2186,8 @@ components:
21902186
- completion_tokens
21912187
- total_tokens
21922188
required:
2193-
- id
21942189
- object
21952190
- created
2196-
- model
21972191
- choices
21982192
- usage
21992193

0 commit comments

Comments
 (0)