VectorStoreFileBatchStatus type

Status batch file penyimpanan vektor.

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