Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 335 Bytes

source.md

File metadata and controls

17 lines (11 loc) · 335 Bytes

Source

Example Usage

import { Source } from "@mistralai/mistralai/models/components";

let value: Source = "mistral";

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

"upload" | "repository" | "mistral" | Unrecognized<string>