Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 303 Bytes

File metadata and controls

19 lines (12 loc) · 303 Bytes

Source

Example Usage

from mistralai.client.models import Source

# Open enum: unrecognized values are captured as UnrecognizedStr
value: Source = "upload"

Values

This is an open enum. Unrecognized values will not fail type checks.

  • "upload"
  • "repository"
  • "mistral"