Skip to content
This repository was archived by the owner on Jul 4, 2026. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 294 Bytes

File metadata and controls

18 lines (11 loc) · 294 Bytes

ShareEnum

Example Usage

from mistralai.client.models import ShareEnum

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ShareEnum = "Viewer"

Values

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

  • "Viewer"
  • "Editor"