VectorStoreCreateRequest.FileIds

VectorStoreCreateRequest.FileIds property

Gets or sets a list of File IDs that the vector store should use. Useful for tools like file_search that can access files.

public List<string> FileIds { get; set; }

See Also