Open
Description
Description
I try to get my vector store file object attributes
from $this->client->vectorStores()->files()->retrieve($vectorStoreId, $fileId); but it is missing in the response structure
Steps To Reproduce
Just call the vector store file object $this->client->vectorStores()->files()->retrieve($vectorStoreId, $fileId); The attributes
key is in request response but it is missing in from method from the VectorStoreFileResponse
OpenAI PHP Client Version
v0.10.3
PHP Version
8.4
Notes
No response