Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 424 Bytes

status.md

File metadata and controls

19 lines (12 loc) · 424 Bytes

Status

Deprecated. The current status of the file, which can be either uploaded, processed, or error.

⚠️ DEPRECATED: This will be removed in a future release, please migrate away from it as soon as possible.

Example Usage

import { Status } from "argot-open-ai/models/components";

let value: Status = "error";

Values

"uploaded" | "processed" | "error"