Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 352 Bytes

File metadata and controls

21 lines (13 loc) · 352 Bytes

EntityType

The type of entity, used to share a library.

Example Usage

from mistralai.client.models import EntityType

# Open enum: unrecognized values are captured as UnrecognizedStr
value: EntityType = "User"

Values

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

  • "User"
  • "Workspace"
  • "Org"