adjusting vector_db_id

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-07-11 15:07:07 -04:00
parent 67f1131040
commit 7ae99f33e7
6 changed files with 2 additions and 17 deletions

View file

@ -13593,16 +13593,11 @@
"provider_id": {
"type": "string",
"description": "The ID of the provider to use for this vector store."
},
"provider_vector_db_id": {
"type": "string",
"description": "The provider-specific vector database ID."
}
},
"additionalProperties": false,
"required": [
"name",
"provider_vector_db_id"
"name"
],
"title": "OpenaiCreateVectorStoreRequest"
},