Skip to content

Commit 5d068e0

Browse files
feat(api): manual updates (#363)
1 parent cccead9 commit 5d068e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 95
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-32de3bc513663c5fac922c49be41c222b6ee8c0b841d8966bcdfa489d441daa3.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-44b20fa9d24544217fe6bb48852037537030a1ad29b202936425110744fe66fb.yml
33
openapi_spec_hash: ea86343b5e9858a74e85da8ab2c532f6
4-
config_hash: 43dc8df20ffec9d1503f91866cb2b7d9
4+
config_hash: 69e3afd56ccb0f0f822a7a9dc130fc99

Diff for: responses/response.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5288,7 +5288,7 @@ const (
52885288
// The properties ID, Content, Role, Status, Type are required.
52895289
type ResponseOutputMessageParam struct {
52905290
// The unique ID of the output message.
5291-
ID string `json:"id,required"`
5291+
ID string `json:"id,omitzero,required"`
52925292
// The content of the output message.
52935293
Content []ResponseOutputMessageContentUnionParam `json:"content,omitzero,required"`
52945294
// The status of the message input. One of `in_progress`, `completed`, or

0 commit comments

Comments
 (0)