openai / openai-openapi

OpenAPI specification for the OpenAI API
https://platform.openai.com/docs/api-reference/introduction
MIT License
1.24k stars 359 forks source link

Fix VectorStoreFileObject `last_error` code description #310

Open Amnish04 opened 1 month ago

Amnish04 commented 1 month ago

I regularly refer to this openapi.yaml specification for some of my work, and today I noticed that the description of thecode property in VectorStoreFileObject's last_error does not match with its corresponding enum values.

In this PR, I have modified that description to align with the valid values per the latest specs.