vector store name should be mandatory

This commit is contained in:
Hardik Shah 2025-06-11 15:28:24 -07:00
parent cf4bac1149
commit 3a8adf0c39
8 changed files with 11 additions and 6 deletions

View file

@ -12583,6 +12583,9 @@
}
},
"additionalProperties": false,
"required": [
"name"
],
"title": "OpenaiCreateVectorStoreRequest"
},
"VectorStoreObject": {