共用方式為


VectorStoreFileStatus type

向量存儲文件狀態

type VectorStoreFileStatus =
  | "in_progress"
  | "completed"
  | "failed"
  | "cancelled"