openai-openapi
openai-openapi copied to clipboard
Make Vector Store name nullable
When creating a vector store, the name is not required. However, the VectorStoreObject does not support a null name.
The server does support nullable names. If you don't provide a name when creating the vector store, when you retrieve the vector store, the name is sent as null.
This PR make the name field nullable.