fileIds

@SerialName(value = "file_ids")
val fileIds: List<FileId>? = null

A list of File IDs that the vector store should use. Useful for tools like file_search that can access files. This field can be part of creation requests, but not update requests.