fix: Remove deprecated user param in OpenAIResponseObject

This commit is contained in:
Swapna Lekkala 2025-09-29 11:02:33 -07:00
parent 975ead1d6a
commit b01de692c0
5 changed files with 0 additions and 20 deletions

View file

@ -9456,10 +9456,6 @@
"truncation": {
"type": "string",
"description": "(Optional) Truncation strategy applied to the response"
},
"user": {
"type": "string",
"description": "(Optional) User identifier associated with the request"
}
},
"additionalProperties": false,
@ -13594,10 +13590,6 @@
"type": "string",
"description": "(Optional) Truncation strategy applied to the response"
},
"user": {
"type": "string",
"description": "(Optional) User identifier associated with the request"
},
"input": {
"type": "array",
"items": {