fix: signature change to match OpenAI SDK

This commit is contained in:
Ashwin Bharambe 2025-05-23 10:52:14 -07:00
parent 51945f1e57
commit 61a9c14ea7
5 changed files with 11 additions and 11 deletions

View file

@ -1395,7 +1395,7 @@
]
}
},
"/v1/openai/v1/responses/{id}": {
"/v1/openai/v1/responses/{response_id}": {
"get": {
"responses": {
"200": {
@ -1427,7 +1427,7 @@
"description": "Retrieve an OpenAI response by its ID.",
"parameters": [
{
"name": "id",
"name": "response_id",
"in": "path",
"description": "The ID of the OpenAI response to retrieve.",
"required": true,