Skip to content

Commit 99a3f2b

Browse files
feat(client): omitzero on required id parameter (#339)
1 parent 5bb759e commit 99a3f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5178,7 +5178,7 @@ const (
51785178
// The properties ID, Content, Role, Status, Type are required.
51795179
type ResponseOutputMessageParam struct {
51805180
// The unique ID of the output message.
5181-
ID string `json:"id,required"`
5181+
ID string `json:"id,omitzero,required"`
51825182
// The content of the output message.
51835183
Content []ResponseOutputMessageContentUnionParam `json:"content,omitzero,required"`
51845184
// The status of the message input. One of `in_progress`, `completed`, or

0 commit comments

Comments
 (0)