Skip to content

[Bug]: The attributes key is missing in vector store file object #537

Open
@PheysX

Description

@PheysX

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

https://platform.openai.com/docs/api-reference/vector-stores-files/file-object#vector-stores-files/file-object-attributes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions