import { Source } from "@mistralai/mistralai/models/components";
let value: Source = "mistral";
This is an open enum. Unrecognized values will be captured as the Unrecognized<string>
branded type.
"upload" | "repository" | "mistral" | Unrecognized<string>