Handle review comments

This commit is contained in:
Shabana Baig 2025-10-20 15:33:59 -04:00
parent 70217cc032
commit f7b6d7f045
7 changed files with 42 additions and 126 deletions

View file

@ -7601,17 +7601,7 @@
"description": "(Optional) Token usage information for the response"
},
"instructions": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/OpenAIResponseInput"
}
}
],
"type": "string",
"description": "(Optional) System message inserted into the model's context"
},
"input": {
@ -8164,17 +8154,7 @@
"description": "(Optional) Token usage information for the response"
},
"instructions": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"$ref": "#/components/schemas/OpenAIResponseInput"
}
}
],
"type": "string",
"description": "(Optional) System message inserted into the model's context"
}
},